Uses of Record Class
club.doki7.glfw.datatype.GLFWgammaramp.Ptr
Packages that use GLFWgammaramp.Ptr
-
Uses of GLFWgammaramp.Ptr in club.doki7.glfw.datatype
Methods in club.doki7.glfw.datatype that return GLFWgammaramp.PtrModifier and TypeMethodDescriptionstatic GLFWgammaramp.PtrGLFWgammaramp.Ptr.at(long index, @NotNull Consumer<@NotNull GLFWgammaramp> consumer) @NotNull GLFWgammaramp.PtrGLFWgammaramp.Ptr.offset(long offset) @NotNull GLFWgammaramp.PtrGLFWgammaramp.Ptr.reinterpret(long newSize) Assume theGLFWgammaramp.Ptris capable of holding at leastnewSizestructures, create a new viewGLFWgammaramp.Ptrthat uses the same backing storage as thisGLFWgammaramp.Ptr, but with the new size.GLFWgammaramp.Ptr.slice(long end) @NotNull GLFWgammaramp.PtrGLFWgammaramp.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).