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