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