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.Ptr
static GLFWwindow.Ptr
static GLFWwindow.Ptr
GLFWwindow.Ptr.allocate
(Arena arena, @Nullable GLFWwindow @NotNull [] values) static GLFWwindow.Ptr
GLFWwindow.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable GLFWwindow> values) static GLFWwindow.Ptr
GLFWwindow.Ptr.allocateV
(Arena arena, @Nullable GLFWwindow value0, @Nullable GLFWwindow... values) GLFWwindow.Ptr.offset
(long offset) GLFWwindow.Ptr.reinterpret
(long newSize) Assume theGLFWwindow.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLFWwindow.Ptr
that 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).