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.Ptr
GLFWgammaramp.Ptr.at
(long index, @NotNull Consumer<@NotNull GLFWgammaramp> consumer) @NotNull GLFWgammaramp.Ptr
GLFWgammaramp.Ptr.offset
(long offset) @NotNull GLFWgammaramp.Ptr
GLFWgammaramp.Ptr.reinterpret
(long newSize) Assume theGLFWgammaramp.Ptr
is capable of holding at leastnewSize
structures, create a new viewGLFWgammaramp.Ptr
that uses the same backing storage as thisGLFWgammaramp.Ptr
, but with the new size.GLFWgammaramp.Ptr.slice
(long end) @NotNull GLFWgammaramp.Ptr
GLFWgammaramp.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).