Uses of Record Class
club.doki7.opengl.handle.GLsync
Packages that use GLsync
Package
Description
OpenGL Java bindings implemented with Java 22 FFM (Project Panama) APIs.
-
Uses of GLsync in club.doki7.opengl
Methods in club.doki7.opengl that return GLsyncModifier and TypeMethodDescription@Nullable GLsync
GL.createSyncFromCLeventARB
(@NotNull MemorySegment context, @NotNull MemorySegment event, int flags) @Nullable GLsync
GL.fenceSync
(int condition, int flags) @Nullable GLsync
GLCompatibility.importSyncEXT
(int external_sync_type, long external_sync, int flags) Methods in club.doki7.opengl with parameters of type GLsyncModifier and TypeMethodDescriptionint
GL.clientWaitSync
(@Nullable GLsync sync, int flags, long timeout) void
GL.deleteSync
(@Nullable GLsync sync) void
GL.getSynciv
(@Nullable GLsync sync, int pname, int count, @Nullable IntPtr length, @Nullable IntPtr values) byte
void
-
Uses of GLsync in club.doki7.opengl.handle
Classes in club.doki7.opengl.handle that implement interfaces with type arguments of type GLsyncModifier and TypeClassDescriptionstatic final record
Represents a pointer toGLsync
handle(s) in native memory.Methods in club.doki7.opengl.handle that return GLsyncModifier and TypeMethodDescription@Nullable GLsync
GLsync.Ptr.read()
@Nullable GLsync
GLsync.Ptr.read
(long index) Methods in club.doki7.opengl.handle that return types with arguments of type GLsyncMethods in club.doki7.opengl.handle with parameters of type GLsyncMethod parameters in club.doki7.opengl.handle with type arguments of type GLsyncModifier and TypeMethodDescriptionstatic GLsync.Ptr
GLsync.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable GLsync> values)