|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUresourcetype
public class CUresourcetype
Resource types
Field Summary | |
---|---|
static int |
CU_RESOURCE_TYPE_ARRAY
Array resource |
static int |
CU_RESOURCE_TYPE_LINEAR
Linear resource |
static int |
CU_RESOURCE_TYPE_MIPMAPPED_ARRAY
Mipmapped array resource |
static int |
CU_RESOURCE_TYPE_PITCH2D
Pitch 2D resource |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUresourcetype |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CU_RESOURCE_TYPE_ARRAY
public static final int CU_RESOURCE_TYPE_MIPMAPPED_ARRAY
public static final int CU_RESOURCE_TYPE_LINEAR
public static final int CU_RESOURCE_TYPE_PITCH2D
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUresourcetype
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |