public class cudaGLMapFlags extends 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 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
public static String stringFor(int n)
n - The cudaGLMapFlagsCopyright © 2016. All rights reserved.