public class cudaTextureAddressMode
extends java.lang.Object
textureReference
Modifier and Type | Field and Description |
---|---|
static int |
cudaAddressModeClamp
Clamping address mode
|
static int |
cudaAddressModeWrap
Wrapping address mode
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int m)
Returns the String identifying the given cudaTextureAddressMode
|
public static final int cudaAddressModeWrap
public static final int cudaAddressModeClamp