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