Uses of Record Class
club.doki7.openxr.datatype.XrSwapchainStateFoveationFB.Ptr
Packages that use XrSwapchainStateFoveationFB.Ptr
-
Uses of XrSwapchainStateFoveationFB.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSwapchainStateFoveationFB.PtrModifier and TypeMethodDescriptionXrSwapchainStateFoveationFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSwapchainStateFoveationFB> consumer) @NotNull XrSwapchainStateFoveationFB.Ptr
XrSwapchainStateFoveationFB.Ptr.offset
(long offset) @NotNull XrSwapchainStateFoveationFB.Ptr
XrSwapchainStateFoveationFB.Ptr.reinterpret
(long newSize) Assume theXrSwapchainStateFoveationFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainStateFoveationFB.Ptr
that uses the same backing storage as thisXrSwapchainStateFoveationFB.Ptr
, but with the new size.XrSwapchainStateFoveationFB.Ptr.slice
(long end) @NotNull XrSwapchainStateFoveationFB.Ptr
XrSwapchainStateFoveationFB.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).