Uses of Record Class
club.doki7.openxr.datatype.XrPerformanceMetricsCounterMETA
Packages that use XrPerformanceMetricsCounterMETA
-
Uses of XrPerformanceMetricsCounterMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPerformanceMetricsCounterMETAModifier and TypeMethodDescriptionint
XR.queryPerformanceMetricsCounterMETA
(XrSession session, long counterPath, XrPerformanceMetricsCounterMETA counter) -
Uses of XrPerformanceMetricsCounterMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPerformanceMetricsCounterMETAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrPerformanceMetricsCounterMETA
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPerformanceMetricsCounterMETAModifier and TypeMethodDescription@NotNull XrPerformanceMetricsCounterMETA
XrPerformanceMetricsCounterMETA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrPerformanceMetricsCounterMETA.clone
(Arena arena, XrPerformanceMetricsCounterMETA src) XrPerformanceMetricsCounterMETA.counterFlags
(long value) XrPerformanceMetricsCounterMETA.counterUnit
(int value) XrPerformanceMetricsCounterMETA.floatValue
(float value) XrPerformanceMetricsCounterMETA.next
(@NotNull MemorySegment value) XrPerformanceMetricsCounterMETA.Ptr.toArray()
XrPerformanceMetricsCounterMETA.type
(int value) XrPerformanceMetricsCounterMETA.uintValue
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPerformanceMetricsCounterMETAModifier and TypeMethodDescription@NotNull Iterator
<XrPerformanceMetricsCounterMETA> XrPerformanceMetricsCounterMETA.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrPerformanceMetricsCounterMETAModifier and TypeMethodDescriptionXrPerformanceMetricsCounterMETA.clone
(Arena arena, XrPerformanceMetricsCounterMETA src) void
XrPerformanceMetricsCounterMETA.Ptr.write
(long index, @NotNull XrPerformanceMetricsCounterMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPerformanceMetricsCounterMETAModifier and TypeMethodDescriptionXrPerformanceMetricsCounterMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPerformanceMetricsCounterMETA> consumer)