Uses of Record Class
club.doki7.opengl.handle.GLeglImageOES
Packages that use GLeglImageOES
Package
Description
OpenGL Java bindings implemented with Java 22 FFM (Project Panama) APIs.
-
Uses of GLeglImageOES in club.doki7.opengl
Methods in club.doki7.opengl with parameters of type GLeglImageOESModifier and TypeMethodDescriptionvoid
GL.EGLImageTargetTexStorageEXT
(int target, @Nullable GLeglImageOES image, @Nullable IntPtr attrib_list) void
GL.EGLImageTargetTextureStorageEXT
(int texture, @Nullable GLeglImageOES image, @Nullable IntPtr attrib_list) -
Uses of GLeglImageOES in club.doki7.opengl.handle
Classes in club.doki7.opengl.handle that implement interfaces with type arguments of type GLeglImageOESModifier and TypeClassDescriptionstatic final record
Represents a pointer toGLeglImageOES
handle(s) in native memory.Methods in club.doki7.opengl.handle that return GLeglImageOESModifier and TypeMethodDescription@Nullable GLeglImageOES
GLeglImageOES.Ptr.read()
@Nullable GLeglImageOES
GLeglImageOES.Ptr.read
(long index) Methods in club.doki7.opengl.handle that return types with arguments of type GLeglImageOESMethods in club.doki7.opengl.handle with parameters of type GLeglImageOESModifier and TypeMethodDescriptionstatic GLeglImageOES.Ptr
GLeglImageOES.Ptr.allocate
(Arena arena, @Nullable GLeglImageOES @NotNull [] values) static GLeglImageOES.Ptr
GLeglImageOES.Ptr.allocateV
(Arena arena, @Nullable GLeglImageOES value0, @Nullable GLeglImageOES... values) void
GLeglImageOES.Ptr.write
(long index, @Nullable GLeglImageOES value) void
GLeglImageOES.Ptr.write
(@Nullable GLeglImageOES value) void
GLeglImageOES.Ptr.write
(@Nullable GLeglImageOES[] values) void
GLeglImageOES.Ptr.writeV
(@Nullable GLeglImageOES value0, @Nullable GLeglImageOES... values) Method parameters in club.doki7.opengl.handle with type arguments of type GLeglImageOESModifier and TypeMethodDescriptionstatic GLeglImageOES.Ptr
GLeglImageOES.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable GLeglImageOES> values)