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