|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.driver.CUarray_cubemap_face
public class CUarray_cubemap_face
Array indices for cube faces
| Field Summary | |
|---|---|
static int |
CU_CUBEMAP_FACE_NEGATIVE_X
Negative X face of cubemap |
static int |
CU_CUBEMAP_FACE_NEGATIVE_Y
Negative Y face of cubemap |
static int |
CU_CUBEMAP_FACE_NEGATIVE_Z
Negative Z face of cubemap |
static int |
CU_CUBEMAP_FACE_POSITIVE_X
Positive X face of cubemap |
static int |
CU_CUBEMAP_FACE_POSITIVE_Y
Positive Y face of cubemap |
static int |
CU_CUBEMAP_FACE_POSITIVE_Z
Positive Z face of cubemap |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUarray_cubemap_face |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CU_CUBEMAP_FACE_POSITIVE_X
public static final int CU_CUBEMAP_FACE_NEGATIVE_X
public static final int CU_CUBEMAP_FACE_POSITIVE_Y
public static final int CU_CUBEMAP_FACE_NEGATIVE_Y
public static final int CU_CUBEMAP_FACE_POSITIVE_Z
public static final int CU_CUBEMAP_FACE_NEGATIVE_Z
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The CUarray_cubemap_face
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||