jcuda.driver
Class CUgraphicsRegisterFlags

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

public class CUgraphicsRegisterFlags
extends java.lang.Object

Flags for mapping and unmapping interop resources


Field Summary
static int CU_GRAPHICS_REGISTER_FLAGS_NONE
           
static int CU_GRAPHICS_REGISTER_FLAGS_READ_ONLY
           
static int CU_GRAPHICS_REGISTER_FLAGS_SURFACE_LDST
           
static int CU_GRAPHICS_REGISTER_FLAGS_TEXTURE_GATHER
           
static int CU_GRAPHICS_REGISTER_FLAGS_WRITE_DISCARD
           
 
Method Summary
static java.lang.String stringFor(int n)
          Returns the String identifying the given CUgraphicsRegisterFlags
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CU_GRAPHICS_REGISTER_FLAGS_NONE

public static final int CU_GRAPHICS_REGISTER_FLAGS_NONE
See Also:
Constant Field Values

CU_GRAPHICS_REGISTER_FLAGS_READ_ONLY

public static final int CU_GRAPHICS_REGISTER_FLAGS_READ_ONLY
See Also:
Constant Field Values

CU_GRAPHICS_REGISTER_FLAGS_WRITE_DISCARD

public static final int CU_GRAPHICS_REGISTER_FLAGS_WRITE_DISCARD
See Also:
Constant Field Values

CU_GRAPHICS_REGISTER_FLAGS_SURFACE_LDST

public static final int CU_GRAPHICS_REGISTER_FLAGS_SURFACE_LDST
See Also:
Constant Field Values

CU_GRAPHICS_REGISTER_FLAGS_TEXTURE_GATHER

public static final int CU_GRAPHICS_REGISTER_FLAGS_TEXTURE_GATHER
See Also:
Constant Field Values
Method Detail

stringFor

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

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