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 GLsyncGL.createSyncFromCLeventARB(@NotNull MemorySegment context, @NotNull MemorySegment event, int flags) @Nullable GLsyncGL.fenceSync(int condition, int flags) @Nullable GLsyncGLCompatibility.importSyncEXT(int external_sync_type, long external_sync, int flags) Methods in club.doki7.opengl with parameters of type GLsyncModifier and TypeMethodDescriptionintGL.clientWaitSync(@Nullable GLsync sync, int flags, long timeout) voidGL.deleteSync(@Nullable GLsync sync) voidGL.getSynciv(@Nullable GLsync sync, int pname, int count, @Nullable IntPtr length, @Nullable IntPtr values) bytevoid -
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 recordRepresents a pointer toGLsynchandle(s) in native memory.Methods in club.doki7.opengl.handle that return GLsyncModifier and TypeMethodDescription@Nullable GLsyncGLsync.Ptr.read()@Nullable GLsyncGLsync.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.PtrGLsync.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable GLsync> values)