|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.driver.CUaddress_mode
public class CUaddress_mode
Texture reference addressing modes.
Most comments are taken from the CUDA reference manual.
JCudaDriver.cuTexRefSetAddressMode(jcuda.driver.CUtexref, int, int),
JCudaDriver.cuTexRefGetAddressMode(int[], jcuda.driver.CUtexref, int)| Field Summary | |
|---|---|
static int |
CU_TR_ADDRESS_MODE_CLAMP
Clamp to edge address mode |
static int |
CU_TR_ADDRESS_MODE_MIRROR
Mirror address mode |
static int |
CU_TR_ADDRESS_MODE_WRAP
Wrapping address mode |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUaddress_mode |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CU_TR_ADDRESS_MODE_WRAP
public static final int CU_TR_ADDRESS_MODE_CLAMP
public static final int CU_TR_ADDRESS_MODE_MIRROR
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The CUaddress_mode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||