diff options
author | Bastiaan Olij <mux213@gmail.com> | 2022-10-10 18:51:53 +1100 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2022-10-10 20:41:46 +1100 |
commit | e14717bb2e1687093d4ac6f9bc06ea79ae0bd2fb (patch) | |
tree | efc49f4d0b2f84b2e21d824579f008ec91948d11 /modules/openxr/doc_classes | |
parent | ca25c6e0a3f25948ee4a197f3442c66f019e7424 (diff) |
Adding support for the OpenXR Display Refresh Rate extension
Diffstat (limited to 'modules/openxr/doc_classes')
-rw-r--r-- | modules/openxr/doc_classes/OpenXRInterface.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/openxr/doc_classes/OpenXRInterface.xml b/modules/openxr/doc_classes/OpenXRInterface.xml index 25bf496de9..f089fd066e 100644 --- a/modules/openxr/doc_classes/OpenXRInterface.xml +++ b/modules/openxr/doc_classes/OpenXRInterface.xml @@ -10,6 +10,19 @@ <tutorials> <link title="Setting up XR">$DOCS_URL/tutorials/xr/setting_up_xr.html</link> </tutorials> + <methods> + <method name="get_available_display_refresh_rates" qualifiers="const"> + <return type="Array" /> + <description> + Returns display refresh rates supported by the current HMD. Only returned if this feature is supported by the OpenXR runtime and after the interface has been initialized. + </description> + </method> + </methods> + <members> + <member name="display_refresh_rate" type="float" setter="set_display_refresh_rate" getter="get_display_refresh_rate" default="0.0"> + The display refresh rate for the current HMD. Only functional if this feature is supported by the OpenXR runtime and after the interface has been initialized. + </member> + </members> <signals> <signal name="pose_recentered"> <description> |