public class cudaSurfaceBoundaryMode
extends java.lang.Object
surfaceReference| Modifier and Type | Field and Description |
|---|---|
static int |
cudaBoundaryModeClamp |
static int |
cudaBoundaryModeTrap |
static int |
cudaBoundaryModeZero |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringFor(int m)
Returns the String identifying the given cudaSurfaceBoundaryMode
|
public static final int cudaBoundaryModeZero
public static final int cudaBoundaryModeClamp
public static final int cudaBoundaryModeTrap