jcuda.driver
Class CUgraphicsMapResourceFlags
java.lang.Object
jcuda.driver.CUgraphicsMapResourceFlags
public class CUgraphicsMapResourceFlags
- extends java.lang.Object
Flags for mapping and unmapping interop resources
Method Summary |
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUgraphicsMapResourceFlags |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CU_GRAPHICS_MAP_RESOURCE_FLAGS_NONE
public static final int CU_GRAPHICS_MAP_RESOURCE_FLAGS_NONE
- See Also:
- Constant Field Values
CU_GRAPHICS_MAP_RESOURCE_FLAGS_READ_ONLY
public static final int CU_GRAPHICS_MAP_RESOURCE_FLAGS_READ_ONLY
- See Also:
- Constant Field Values
CU_GRAPHICS_MAP_RESOURCE_FLAGS_WRITE_DISCARD
public static final int CU_GRAPHICS_MAP_RESOURCE_FLAGS_WRITE_DISCARD
- See Also:
- Constant Field Values
stringFor
public static java.lang.String stringFor(int n)
- Returns the String identifying the given CUgraphicsMapResourceFlags
- Parameters:
n
- The CUgraphicsMapResourceFlags
- Returns:
- The String identifying the given CUgraphicsMapResourceFlags