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