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.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEnvironmentDepthSwapchainStateMETA.Ptr
that 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).