Uses of Record Class
club.doki7.openxr.datatype.XrBaseInStructure.Ptr
Packages that use XrBaseInStructure.Ptr
-
Uses of XrBaseInStructure.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrBaseInStructure.PtrModifier and TypeMethodDescriptionstatic XrBaseInStructure.Ptr
XrBaseInStructure.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBaseInStructure> consumer) XrBaseInStructure.next
(int assumedCount) @NotNull XrBaseInStructure.Ptr
XrBaseInStructure.Ptr.offset
(long offset) @NotNull XrBaseInStructure.Ptr
XrBaseInStructure.Ptr.reinterpret
(long newSize) Assume theXrBaseInStructure.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBaseInStructure.Ptr
that uses the same backing storage as thisXrBaseInStructure.Ptr
, but with the new size.XrBaseInStructure.Ptr.slice
(long end) @NotNull XrBaseInStructure.Ptr
XrBaseInStructure.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).