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.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSecondaryViewConfigurationSwapchainCreateInfoMSFT.Ptr
that 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).