|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaTextureAddressMode
public class cudaTextureAddressMode
Texture address modes.
textureReference
Field Summary | |
---|---|
static int |
cudaAddressModeClamp
Clamping address mode |
static int |
cudaAddressModeWrap
Wrapping address mode |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int m)
Returns the String identifying the given cudaTextureAddressMode |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int cudaAddressModeWrap
public static final int cudaAddressModeClamp
Method Detail |
---|
public static java.lang.String stringFor(int m)
m
- The cudaTextureAddressMode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |