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