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