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