|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaGLMapFlags
public class cudaGLMapFlags
CUDA GL Map Flags
Field Summary | |
---|---|
static int |
cudaGLMapFlagsNone
Default; Assume resource can be read/written |
static int |
cudaGLMapFlagsReadOnly
CUDA kernels will not write to this resource |
static int |
cudaGLMapFlagsWriteDiscard
CUDA kernels will only write to and will not read from this resource |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaGLMapFlags |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int cudaGLMapFlagsNone
public static final int cudaGLMapFlagsReadOnly
public static final int cudaGLMapFlagsWriteDiscard
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The cudaGLMapFlags
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |