jcuda.runtime
Class cudaTextureReadMode

java.lang.Object
  extended by jcuda.runtime.cudaTextureReadMode

public class cudaTextureReadMode
extends java.lang.Object

Texture read modes

See Also:
textureReference

Field Summary
static int cudaReadModeElementType
          Element type read mode
static int cudaReadModeNormalizedFloat
          Normalized float read mode
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given cudaTextureReadMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cudaReadModeElementType

public static final int cudaReadModeElementType
Element type read mode

See Also:
Constant Field Values

cudaReadModeNormalizedFloat

public static final int cudaReadModeNormalizedFloat
Normalized float read mode

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int m)
Returns the String identifying the given cudaTextureReadMode

Parameters:
m - The cudaTextureReadMode
Returns:
The String identifying the given cudaTextureReadMode