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