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