java.lang.Object
api.Native
au.notzed.zcl.CLObject
au.notzed.zcl.CLExtension
au.notzed.zcl.khr.GLEvent
public class GLEvent extends CLExtension
cl_khr_gl_sharing extension interface.
-
Field Summary
Fields Modifier and Type Field Description static int
CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR
static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description GLEvent(jdk.incubator.foreign.MemoryAddress p)
-
Method Summary
Modifier and Type Method Description CLEvent
clCreateEventFromGLsync(CLContext ctx, long glsync)
java.lang.String
getName()
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
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR
public static final int CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GLEvent
public GLEvent(jdk.incubator.foreign.MemoryAddress p)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in classCLExtension
-
clCreateEventFromGLsync
-