jcuda.driver
Class CUresourcetype

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

public class CUresourcetype
extends java.lang.Object

Resource types


Field Summary
static int CU_RESOURCE_TYPE_ARRAY
          Array resource
static int CU_RESOURCE_TYPE_LINEAR
          Linear resource
static int CU_RESOURCE_TYPE_MIPMAPPED_ARRAY
          Mipmapped array resource
static int CU_RESOURCE_TYPE_PITCH2D
          Pitch 2D resource
 
Method Summary
static java.lang.String stringFor(int n)
          Returns the String identifying the given CUresourcetype
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CU_RESOURCE_TYPE_ARRAY

public static final int CU_RESOURCE_TYPE_ARRAY
Array resource

See Also:
Constant Field Values

CU_RESOURCE_TYPE_MIPMAPPED_ARRAY

public static final int CU_RESOURCE_TYPE_MIPMAPPED_ARRAY
Mipmapped array resource

See Also:
Constant Field Values

CU_RESOURCE_TYPE_LINEAR

public static final int CU_RESOURCE_TYPE_LINEAR
Linear resource

See Also:
Constant Field Values

CU_RESOURCE_TYPE_PITCH2D

public static final int CU_RESOURCE_TYPE_PITCH2D
Pitch 2D resource

See Also:
Constant Field Values
Method Detail

stringFor

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

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