jcuda.runtime
Class cudaGLMapFlags

java.lang.Object
  extended by jcuda.runtime.cudaGLMapFlags

public class cudaGLMapFlags
extends java.lang.Object

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

cudaGLMapFlagsNone

public static final int cudaGLMapFlagsNone
Default; Assume resource can be read/written

See Also:
Constant Field Values

cudaGLMapFlagsReadOnly

public static final int cudaGLMapFlagsReadOnly
CUDA kernels will not write to this resource

See Also:
Constant Field Values

cudaGLMapFlagsWriteDiscard

public static final int cudaGLMapFlagsWriteDiscard
CUDA kernels will only write to and will not read from this resource

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns the String identifying the given cudaGLMapFlags

Parameters:
n - The cudaGLMapFlags
Returns:
The String identifying the given cudaGLMapFlags