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.PtrGLFWimage.Ptr.offset(long offset) @NotNull GLFWimage.PtrGLFWimage.Ptr.reinterpret(long newSize) Assume theGLFWimage.Ptris capable of holding at leastnewSizestructures, create a new viewGLFWimage.Ptrthat uses the same backing storage as thisGLFWimage.Ptr, but with the new size.GLFWimage.Ptr.slice(long end) @NotNull GLFWimage.PtrGLFWimage.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).