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