Uses of Record Class
club.doki7.openxr.datatype.XrPerformanceMetricsStateMETA
Packages that use XrPerformanceMetricsStateMETA
-
Uses of XrPerformanceMetricsStateMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPerformanceMetricsStateMETAModifier and TypeMethodDescriptionint
XR.getPerformanceMetricsStateMETA
(XrSession session, XrPerformanceMetricsStateMETA state) int
XR.setPerformanceMetricsStateMETA
(XrSession session, XrPerformanceMetricsStateMETA state) -
Uses of XrPerformanceMetricsStateMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPerformanceMetricsStateMETAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrPerformanceMetricsStateMETA
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPerformanceMetricsStateMETAModifier and TypeMethodDescription@NotNull XrPerformanceMetricsStateMETA
XrPerformanceMetricsStateMETA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrPerformanceMetricsStateMETA.clone
(Arena arena, XrPerformanceMetricsStateMETA src) XrPerformanceMetricsStateMETA.enabled
(int value) XrPerformanceMetricsStateMETA.next
(@NotNull MemorySegment value) XrPerformanceMetricsStateMETA.Ptr.toArray()
XrPerformanceMetricsStateMETA.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPerformanceMetricsStateMETAModifier and TypeMethodDescription@NotNull Iterator
<XrPerformanceMetricsStateMETA> XrPerformanceMetricsStateMETA.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrPerformanceMetricsStateMETAModifier and TypeMethodDescriptionXrPerformanceMetricsStateMETA.clone
(Arena arena, XrPerformanceMetricsStateMETA src) void
XrPerformanceMetricsStateMETA.Ptr.write
(long index, @NotNull XrPerformanceMetricsStateMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPerformanceMetricsStateMETAModifier and TypeMethodDescriptionXrPerformanceMetricsStateMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPerformanceMetricsStateMETA> consumer)