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 TypeMethodDescriptionintXR.getPerformanceMetricsStateMETA(XrSession session, XrPerformanceMetricsStateMETA state) intXR.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 recordRepresents a pointer to / an array ofXrPerformanceMetricsStateMETAstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPerformanceMetricsStateMETAModifier and TypeMethodDescription@NotNull XrPerformanceMetricsStateMETAXrPerformanceMetricsStateMETA.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) voidXrPerformanceMetricsStateMETA.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)