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.PtrXrSwapchainStateFoveationFB.Ptr.offset(long offset) @NotNull XrSwapchainStateFoveationFB.PtrXrSwapchainStateFoveationFB.Ptr.reinterpret(long newSize) Assume theXrSwapchainStateFoveationFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainStateFoveationFB.Ptrthat uses the same backing storage as thisXrSwapchainStateFoveationFB.Ptr, but with the new size.XrSwapchainStateFoveationFB.Ptr.slice(long end) @NotNull XrSwapchainStateFoveationFB.PtrXrSwapchainStateFoveationFB.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).