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