|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcuda.runtime.cudaTextureDesc
public class cudaTextureDesc
CUDA texture descriptor
| Field Summary | |
|---|---|
int[] |
addressMode
Texture address mode for up to 3 dimensions |
int |
filterMode
Texture filter mode |
int |
maxAnisotropy
Limit to the anisotropy ratio |
float |
maxMipmapLevelClamp
Upper end of the mipmap level range to clamp access to |
float |
minMipmapLevelClamp
Lower end of the mipmap level range to clamp access to |
int |
mipmapFilterMode
Mipmap filter mode |
float |
mipmapLevelBias
Offset applied to the supplied mipmap level |
int |
normalizedCoords
Indicates whether texture reads are normalized or not |
int |
readMode
Texture read mode |
int |
sRGB
Perform sRGB->linear conversion during texture read |
| Constructor Summary | |
|---|---|
cudaTextureDesc()
Creates a new, uninitialized cudaTextureDesc |
|
| 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 |
|---|
public int[] addressMode
cudaTextureAddressModepublic int filterMode
cudaTextureFilterModepublic int readMode
cudaTextureReadModepublic int sRGB
public int normalizedCoords
public int maxAnisotropy
public int mipmapFilterMode
cudaTextureFilterModepublic float mipmapLevelBias
public float minMipmapLevelClamp
public float maxMipmapLevelClamp
| Constructor Detail |
|---|
public cudaTextureDesc()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toFormattedString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||