|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcuda.runtime.cudaGraphicsRegisterFlags
public class cudaGraphicsRegisterFlags
CUDA graphics interop register flags
| Field Summary | |
|---|---|
static int |
cudaGraphicsRegisterFlagsNone
Default |
static int |
cudaGraphicsRegisterFlagsReadOnly
CUDA will not write to this resource |
static int |
cudaGraphicsRegisterFlagsSurfaceLoadStore
CUDA will bind this resource to a surface reference |
static int |
cudaGraphicsRegisterFlagsTextureGather
CUDA will perform texture gather operations on this resource |
static int |
cudaGraphicsRegisterFlagsWriteDiscard
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 cudaGraphicsRegisterFlags |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int cudaGraphicsRegisterFlagsNone
public static final int cudaGraphicsRegisterFlagsReadOnly
public static final int cudaGraphicsRegisterFlagsWriteDiscard
public static final int cudaGraphicsRegisterFlagsSurfaceLoadStore
public static final int cudaGraphicsRegisterFlagsTextureGather
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The cudaGraphicsRegisterFlags
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||