|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaResourceType
public class cudaResourceType
CUDA resource types
Field Summary | |
---|---|
static int |
cudaResourceTypeArray
Array resource |
static int |
cudaResourceTypeLinear
Linear resource |
static int |
cudaResourceTypeMipmappedArray
Mipmapped array resource |
static int |
cudaResourceTypePitch2D
Pitch 2D resource |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int k)
Returns the String identifying the given cudaResourceType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int cudaResourceTypeArray
public static final int cudaResourceTypeMipmappedArray
public static final int cudaResourceTypeLinear
public static final int cudaResourceTypePitch2D
Method Detail |
---|
public static java.lang.String stringFor(int k)
k
- The cudaResourceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |