You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Adding support for the OpenXR Display Refresh Rate extension
This commit is contained in:
@@ -336,6 +336,11 @@ public:
|
||||
void post_draw_viewport(RID p_render_target);
|
||||
void end_frame();
|
||||
|
||||
// Display refresh rate
|
||||
float get_display_refresh_rate() const;
|
||||
void set_display_refresh_rate(float p_refresh_rate);
|
||||
Array get_available_display_refresh_rates() const;
|
||||
|
||||
// action map
|
||||
String get_default_action_map_resource_name();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user