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