jcuda.driver
Class CUarray_cubemap_face

java.lang.Object
  extended by jcuda.driver.CUarray_cubemap_face

public class CUarray_cubemap_face
extends java.lang.Object

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

CU_CUBEMAP_FACE_POSITIVE_X

public static final int CU_CUBEMAP_FACE_POSITIVE_X
Positive X face of cubemap

See Also:
Constant Field Values

CU_CUBEMAP_FACE_NEGATIVE_X

public static final int CU_CUBEMAP_FACE_NEGATIVE_X
Negative X face of cubemap

See Also:
Constant Field Values

CU_CUBEMAP_FACE_POSITIVE_Y

public static final int CU_CUBEMAP_FACE_POSITIVE_Y
Positive Y face of cubemap

See Also:
Constant Field Values

CU_CUBEMAP_FACE_NEGATIVE_Y

public static final int CU_CUBEMAP_FACE_NEGATIVE_Y
Negative Y face of cubemap

See Also:
Constant Field Values

CU_CUBEMAP_FACE_POSITIVE_Z

public static final int CU_CUBEMAP_FACE_POSITIVE_Z
Positive Z face of cubemap

See Also:
Constant Field Values

CU_CUBEMAP_FACE_NEGATIVE_Z

public static final int CU_CUBEMAP_FACE_NEGATIVE_Z
Negative Z face of cubemap

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns the String identifying the given CUarray_cubemap_face

Parameters:
n - The CUarray_cubemap_face
Returns:
The String identifying the given CUarray_cubemap_face