jcuda.runtime
Class cudaTextureFilterMode

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

public class cudaTextureFilterMode
extends java.lang.Object

Texture filter modes

See Also:
textureReference

Field Summary
static int cudaFilterModeLinear
          Linear filter mode
static int cudaFilterModePoint
          Point filter mode
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given cudaTextureFilterMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cudaFilterModePoint

public static final int cudaFilterModePoint
Point filter mode

See Also:
Constant Field Values

cudaFilterModeLinear

public static final int cudaFilterModeLinear
Linear filter mode

See Also:
Constant Field Values
Method Detail

stringFor

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

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