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