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.Ptr
XrPerformanceMetricsCounterMETA.Ptr.offset
(long offset) @NotNull XrPerformanceMetricsCounterMETA.Ptr
XrPerformanceMetricsCounterMETA.Ptr.reinterpret
(long newSize) Assume theXrPerformanceMetricsCounterMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPerformanceMetricsCounterMETA.Ptr
that uses the same backing storage as thisXrPerformanceMetricsCounterMETA.Ptr
, but with the new size.XrPerformanceMetricsCounterMETA.Ptr.slice
(long end) @NotNull XrPerformanceMetricsCounterMETA.Ptr
XrPerformanceMetricsCounterMETA.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).