jcuda.driver
Class CUGLmap_flags

java.lang.Object
  extended by jcuda.driver.CUGLmap_flags

Deprecated. As of CUDA 3.0

public class CUGLmap_flags
extends java.lang.Object

Flags to map or unmap a resource


Field Summary
static int CU_GL_MAP_RESOURCE_FLAGS_NONE
          Deprecated.  
static int CU_GL_MAP_RESOURCE_FLAGS_READ_ONLY
          Deprecated.  
static int CU_GL_MAP_RESOURCE_FLAGS_WRITE_DISCARD
          Deprecated.  
 
Method Summary
static java.lang.String stringFor(int n)
          Deprecated. Returns the String identifying the given CUGLmap_flags
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CU_GL_MAP_RESOURCE_FLAGS_NONE

public static final int CU_GL_MAP_RESOURCE_FLAGS_NONE
Deprecated. 
See Also:
Constant Field Values

CU_GL_MAP_RESOURCE_FLAGS_READ_ONLY

public static final int CU_GL_MAP_RESOURCE_FLAGS_READ_ONLY
Deprecated. 
See Also:
Constant Field Values

CU_GL_MAP_RESOURCE_FLAGS_WRITE_DISCARD

public static final int CU_GL_MAP_RESOURCE_FLAGS_WRITE_DISCARD
Deprecated. 
See Also:
Constant Field Values
Method Detail

stringFor

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

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