|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaGraphicsCubeFace
public class cudaGraphicsCubeFace
CUDA graphics interop array indices for cube maps
Field Summary | |
---|---|
static int |
cudaGraphicsCubeFaceNegativeX
Negative X face of cubemap |
static int |
cudaGraphicsCubeFaceNegativeY
Negative Y face of cubemap |
static int |
cudaGraphicsCubeFaceNegativeZ
Negative Z face of cubemap |
static int |
cudaGraphicsCubeFacePositiveX
Positive X face of cubemap |
static int |
cudaGraphicsCubeFacePositiveY
Positive Y face of cubemap |
static int |
cudaGraphicsCubeFacePositiveZ
Positive Z face of cubemap |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaGraphicsCubeFace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int cudaGraphicsCubeFacePositiveX
public static final int cudaGraphicsCubeFaceNegativeX
public static final int cudaGraphicsCubeFacePositiveY
public static final int cudaGraphicsCubeFaceNegativeY
public static final int cudaGraphicsCubeFacePositiveZ
public static final int cudaGraphicsCubeFaceNegativeZ
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The cudaGraphicsCubeFace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |