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.Ptr
XrSwapchainCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSwapchainCreateInfo> consumer) @NotNull XrSwapchainCreateInfo.Ptr
XrSwapchainCreateInfo.Ptr.offset
(long offset) @NotNull XrSwapchainCreateInfo.Ptr
XrSwapchainCreateInfo.Ptr.reinterpret
(long newSize) Assume theXrSwapchainCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainCreateInfo.Ptr
that uses the same backing storage as thisXrSwapchainCreateInfo.Ptr
, but with the new size.XrSwapchainCreateInfo.Ptr.slice
(long end) @NotNull XrSwapchainCreateInfo.Ptr
XrSwapchainCreateInfo.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).