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