Uses of Record Class
club.doki7.opengl.handle.GLeglImageOES.Ptr
Packages that use GLeglImageOES.Ptr
-
Uses of GLeglImageOES.Ptr in club.doki7.opengl.handle
Methods in club.doki7.opengl.handle that return GLeglImageOES.PtrModifier and TypeMethodDescriptionstatic GLeglImageOES.Ptr
static GLeglImageOES.Ptr
static GLeglImageOES.Ptr
GLeglImageOES.Ptr.allocate
(Arena arena, @Nullable GLeglImageOES @NotNull [] values) static GLeglImageOES.Ptr
GLeglImageOES.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable GLeglImageOES> values) static GLeglImageOES.Ptr
GLeglImageOES.Ptr.allocateV
(Arena arena, @Nullable GLeglImageOES value0, @Nullable GLeglImageOES... values) GLeglImageOES.Ptr.offset
(long offset) GLeglImageOES.Ptr.reinterpret
(long newSize) Assume theGLeglImageOES.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLeglImageOES.Ptr
that uses the same backing storage as thisGLeglImageOES.Ptr
, but with the new size.GLeglImageOES.Ptr.slice
(long end) GLeglImageOES.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).