Uses of Record Class
club.doki7.glfw.handle.GLFWwindow.Ptr
Packages that use GLFWwindow.Ptr
-
Uses of GLFWwindow.Ptr in club.doki7.glfw.handle
Methods in club.doki7.glfw.handle that return GLFWwindow.PtrModifier and TypeMethodDescriptionstatic GLFWwindow.Ptrstatic GLFWwindow.Ptrstatic GLFWwindow.PtrGLFWwindow.Ptr.allocate(Arena arena, @Nullable GLFWwindow @NotNull [] values) static GLFWwindow.PtrGLFWwindow.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable GLFWwindow> values) static GLFWwindow.PtrGLFWwindow.Ptr.allocateV(Arena arena, @Nullable GLFWwindow value0, @Nullable GLFWwindow... values) GLFWwindow.Ptr.offset(long offset) GLFWwindow.Ptr.reinterpret(long newSize) Assume theGLFWwindow.Ptris capable of holding at leastnewSizehandles, create a new viewGLFWwindow.Ptrthat uses the same backing storage as thisGLFWwindow.Ptr, but with the new size.GLFWwindow.Ptr.slice(long end) GLFWwindow.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).