Uses of Record Class
club.doki7.glfw.datatype.GLFWallocator.Ptr
Packages that use GLFWallocator.Ptr
-
Uses of GLFWallocator.Ptr in club.doki7.glfw.datatype
Methods in club.doki7.glfw.datatype that return GLFWallocator.PtrModifier and TypeMethodDescriptionstatic GLFWallocator.Ptr
GLFWallocator.Ptr.at
(long index, @NotNull Consumer<@NotNull GLFWallocator> consumer) @NotNull GLFWallocator.Ptr
GLFWallocator.Ptr.offset
(long offset) @NotNull GLFWallocator.Ptr
GLFWallocator.Ptr.reinterpret
(long newSize) Assume theGLFWallocator.Ptr
is capable of holding at leastnewSize
structures, create a new viewGLFWallocator.Ptr
that uses the same backing storage as thisGLFWallocator.Ptr
, but with the new size.GLFWallocator.Ptr.slice
(long end) @NotNull GLFWallocator.Ptr
GLFWallocator.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).