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