jcuda.driver
Class CUfilter_mode

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

public class CUfilter_mode
extends java.lang.Object

Texture reference filtering modes.

See Also:
JCudaDriver.cuTexRefSetFilterMode(jcuda.driver.CUtexref, int), JCudaDriver.cuTexRefGetFilterMode(int[], jcuda.driver.CUtexref)

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

Field Detail

CU_TR_FILTER_MODE_POINT

public static final int CU_TR_FILTER_MODE_POINT
Point filter mode

See Also:
Constant Field Values

CU_TR_FILTER_MODE_LINEAR

public static final int CU_TR_FILTER_MODE_LINEAR
Linear filter mode

See Also:
Constant Field Values
Method Detail

stringFor

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

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