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.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthProviderCreateInfoMETA.Ptrthat 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).