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.PtrLUID.Ptr.offset(long offset) @NotNull LUID.PtrLUID.Ptr.reinterpret(long newSize) LUID.Ptr.slice(long end) @NotNull LUID.PtrLUID.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).