public class cudaGLMapFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaGLMapFlags
|
public static final int cudaGLMapFlagsNone
public static final int cudaGLMapFlagsReadOnly
public static final int cudaGLMapFlagsWriteDiscard