|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.runtime.cudaGraphicsMapFlags
public class cudaGraphicsMapFlags
CUDA graphics interop map flags
| Field Summary | |
|---|---|
static int |
cudaGraphicsMapFlagsNone
Default; Assume resource can be read/written |
static int |
cudaGraphicsMapFlagsReadOnly
CUDA will not write to this resource |
static int |
cudaGraphicsMapFlagsWriteDiscard
CUDA 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 cudaGraphicsMapFlags |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int cudaGraphicsMapFlagsNone
public static final int cudaGraphicsMapFlagsReadOnly
public static final int cudaGraphicsMapFlagsWriteDiscard
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The cudaGraphicsMapFlags
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||