Uses of Record Class
club.doki7.opencl.handle.CLGLsync
Packages that use CLGLsync
-
Uses of CLGLsync in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLGLsyncModifier and TypeMethodDescription@Nullable CLEvent
CL.createEventFromGLsyncKHR
(@Nullable CLContext context, @Nullable CLGLsync sync, @Nullable IntPtr errcode_ret) -
Uses of CLGLsync in club.doki7.opencl.handle
Classes in club.doki7.opencl.handle that implement interfaces with type arguments of type CLGLsyncModifier and TypeClassDescriptionstatic final record
Represents a pointer to cl_GLsync handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLGLsyncModifier and TypeMethodDescription@Nullable CLGLsync
CLGLsync.Ptr.read()
@Nullable CLGLsync
CLGLsync.Ptr.read
(long index) Methods in club.doki7.opencl.handle that return types with arguments of type CLGLsyncMethods in club.doki7.opencl.handle with parameters of type CLGLsyncMethod parameters in club.doki7.opencl.handle with type arguments of type CLGLsyncModifier and TypeMethodDescriptionstatic CLGLsync.Ptr
CLGLsync.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLGLsync> values)