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.Ptrstatic GLeglImageOES.Ptrstatic GLeglImageOES.PtrGLeglImageOES.Ptr.allocate(Arena arena, @Nullable GLeglImageOES @NotNull [] values) static GLeglImageOES.PtrGLeglImageOES.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable GLeglImageOES> values) static GLeglImageOES.PtrGLeglImageOES.Ptr.allocateV(Arena arena, @Nullable GLeglImageOES value0, @Nullable GLeglImageOES... values) GLeglImageOES.Ptr.offset(long offset) GLeglImageOES.Ptr.reinterpret(long newSize) Assume theGLeglImageOES.Ptris capable of holding at leastnewSizehandles, create a new viewGLeglImageOES.Ptrthat 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).