Uses of Record Class
club.doki7.openxr.datatype.XrSecondaryViewConfigurationStateMSFT.Ptr
Packages that use XrSecondaryViewConfigurationStateMSFT.Ptr
-
Uses of XrSecondaryViewConfigurationStateMSFT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSecondaryViewConfigurationStateMSFT.PtrModifier and TypeMethodDescriptionXrSecondaryViewConfigurationStateMSFT.Ptr.at(long index, @NotNull Consumer<@NotNull XrSecondaryViewConfigurationStateMSFT> consumer) XrSecondaryViewConfigurationStateMSFT.Ptr.offset(long offset) XrSecondaryViewConfigurationStateMSFT.Ptr.reinterpret(long newSize) Assume theXrSecondaryViewConfigurationStateMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSecondaryViewConfigurationStateMSFT.Ptrthat uses the same backing storage as thisXrSecondaryViewConfigurationStateMSFT.Ptr, but with the new size.XrSecondaryViewConfigurationStateMSFT.Ptr.slice(long end) XrSecondaryViewConfigurationStateMSFT.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).XrSecondaryViewConfigurationFrameStateMSFT.viewConfigurationStates(int assumedCount)