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