Uses of Record Class
club.doki7.openxr.datatype.LUID.Ptr
Packages that use LUID.Ptr
-
Uses of LUID.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return LUID.PtrModifier and TypeMethodDescriptionstatic LUID.Ptr
@NotNull LUID.Ptr
LUID.Ptr.offset
(long offset) @NotNull LUID.Ptr
LUID.Ptr.reinterpret
(long newSize) LUID.Ptr.slice
(long end) @NotNull LUID.Ptr
LUID.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).