jcuda.runtime
Class cudaTextureAddressMode

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

public class cudaTextureAddressMode
extends java.lang.Object

Texture address modes.

See Also:
textureReference

Field Summary
static int cudaAddressModeClamp
          Clamping address mode
static int cudaAddressModeWrap
          Wrapping address mode
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given cudaTextureAddressMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cudaAddressModeWrap

public static final int cudaAddressModeWrap
Wrapping address mode

See Also:
Constant Field Values

cudaAddressModeClamp

public static final int cudaAddressModeClamp
Clamping address mode

See Also:
Constant Field Values
Method Detail

stringFor

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

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