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