|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaTextureFilterMode
public class cudaTextureFilterMode
Texture filter modes
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 |
---|
public static final int cudaFilterModePoint
public static final int cudaFilterModeLinear
Method Detail |
---|
public static java.lang.String stringFor(int m)
m
- The cudaTextureFilterMode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |