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 TypeMethodDescriptionvoidGL.EGLImageTargetTexStorageEXT(int target, @Nullable GLeglImageOES image, @Nullable IntPtr attrib_list) voidGL.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 recordRepresents a pointer toGLeglImageOEShandle(s) in native memory.Methods in club.doki7.opengl.handle that return GLeglImageOESModifier and TypeMethodDescription@Nullable GLeglImageOESGLeglImageOES.Ptr.read()@Nullable GLeglImageOESGLeglImageOES.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.PtrGLeglImageOES.Ptr.allocate(Arena arena, @Nullable GLeglImageOES @NotNull [] values) static GLeglImageOES.PtrGLeglImageOES.Ptr.allocateV(Arena arena, @Nullable GLeglImageOES value0, @Nullable GLeglImageOES... values) voidGLeglImageOES.Ptr.write(long index, @Nullable GLeglImageOES value) voidGLeglImageOES.Ptr.write(@Nullable GLeglImageOES value) voidGLeglImageOES.Ptr.write(@Nullable GLeglImageOES[] values) voidGLeglImageOES.Ptr.writeV(@Nullable GLeglImageOES value0, @Nullable GLeglImageOES... values) Method parameters in club.doki7.opengl.handle with type arguments of type GLeglImageOESModifier and TypeMethodDescriptionstatic GLeglImageOES.PtrGLeglImageOES.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable GLeglImageOES> values)