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.Ptrstatic GLsync.Ptrstatic GLsync.Ptrstatic GLsync.PtrGLsync.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable GLsync> values) static GLsync.PtrGLsync.Ptr.offset(long offset) GLsync.Ptr.reinterpret(long newSize) Assume theGLsync.Ptris capable of holding at leastnewSizehandles, create a new viewGLsync.Ptrthat 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).