java.lang.Object
api.Native
au.notzed.zcl.CLObject
au.notzed.zcl.CLSampler
public class CLSampler extends CLObject
Interface for cl_sampler.
-
Constructor Summary
Constructors Constructor Description CLSampler(jdk.incubator.foreign.MemoryAddress p)
-
Method Summary
Modifier and Type Method Description static CLSamplerProperty
ADDRESSING_MODE(int mode)
static CLSamplerProperty
FILTER_MODE(int mode)
int
getAddressingMode()
CLContext
getContext()
int
getFilterMode()
boolean
getNormalisedCoords()
static CLSamplerProperty
NORMALIZED_COORDS(boolean enable)
Methods inherited from class au.notzed.zcl.CLObject
getInfo, getInfo, getInfo, getInfoAny, getInfoAny, getInfoAny, getInfoAny, getInfoAnyV, getInfoByteV, getInfoByteV, getInfoInt, getInfoInt, getInfoInt, getInfoInt, getInfoJava, getInfoLong, getInfoLong, getInfoLong, getInfoLong, getInfoLongV, getInfoLongV, getInfoPropertyV, getInfoSizeT, getInfoSizeT, getInfoSizeT, getInfoSizeTA, getInfoString, getInfoString, getInfoString, getInfoString, release, release
Methods inherited from class api.Native
addr, addr, addr, debugDumpReachable, debugFlushAll, downcallHandle, downcallHandle, dumpSignature, freeUpcallStub, getAddr, getAddr, getByte, getByte, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, loadLibraries, parseStruct, parseUnion, release, release, release, resolve, setAddr, setAddr, setByte, setByte, setDouble, setDouble, setFloat, setFloat, setInt, setInt, setLong, setLong, setShort, setShort, toAddrV, toAddrV, toAddrV, toByteV, toByteV, toLongV, toLongV, toObjectV, toObjectV, toString, upcallStub
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CLSampler
public CLSampler(jdk.incubator.foreign.MemoryAddress p)
-
-
Method Details
-
NORMALIZED_COORDS
-
ADDRESSING_MODE
-
FILTER_MODE
-
getContext
-
getNormalisedCoords
public boolean getNormalisedCoords() -
getAddressingMode
public int getAddressingMode() -
getFilterMode
public int getFilterMode()
-