Uses of Record Class
club.doki7.opengl.handle.GLsync.Ptr
Packages that use GLsync.Ptr
-
Uses of GLsync.Ptr in club.doki7.opengl.handle
Methods in club.doki7.opengl.handle that return GLsync.PtrModifier and TypeMethodDescriptionstatic GLsync.Ptr
static GLsync.Ptr
static GLsync.Ptr
static GLsync.Ptr
GLsync.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable GLsync> values) static GLsync.Ptr
GLsync.Ptr.offset
(long offset) GLsync.Ptr.reinterpret
(long newSize) Assume theGLsync.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLsync.Ptr
that uses the same backing storage as thisGLsync.Ptr
, but with the new size.GLsync.Ptr.slice
(long end) GLsync.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).