jcuda.driver
Class CUDA_TEXTURE_DESC

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

public class CUDA_TEXTURE_DESC
extends java.lang.Object

Texture descriptor


Field Summary
 int[] addressMode
          Address modes
 int filterMode
          Filter mode
 int flags
          Flags
 int maxAnisotropy
          Maximum anistropy ratio
 float maxMipmapLevelClamp
          Mipmap maximum level clamp
 float minMipmapLevelClamp
          Mipmap minimum level clamp
 int mipmapFilterMode
          Mipmap filter mode
 float mipmapLevelBias
          Mipmap level bias
 
Constructor Summary
CUDA_TEXTURE_DESC()
          Creates a new, uninitialized CUDA_TEXTURE_DESC
 
Method Summary
 java.lang.String toFormattedString()
          Creates and returns a formatted (aligned, multi-line) String representation of this object
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

addressMode

public int[] addressMode
Address modes

See Also:
CUaddress_mode

filterMode

public int filterMode
Filter mode

See Also:
CUfilter_mode

flags

public int flags
Flags

See Also:
JCudaDriver.CU_TRSF_READ_AS_INTEGER, JCudaDriver.CU_TRSF_NORMALIZED_COORDINATES

maxAnisotropy

public int maxAnisotropy
Maximum anistropy ratio


mipmapFilterMode

public int mipmapFilterMode
Mipmap filter mode

See Also:
CUfilter_mode

mipmapLevelBias

public float mipmapLevelBias
Mipmap level bias


minMipmapLevelClamp

public float minMipmapLevelClamp
Mipmap minimum level clamp


maxMipmapLevelClamp

public float maxMipmapLevelClamp
Mipmap maximum level clamp

Constructor Detail

CUDA_TEXTURE_DESC

public CUDA_TEXTURE_DESC()
Creates a new, uninitialized CUDA_TEXTURE_DESC

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
A String representation of this object.

toFormattedString

public java.lang.String toFormattedString()
Creates and returns a formatted (aligned, multi-line) String representation of this object

Returns:
A formatted String representation of this object