You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Added render target size multiplier option.
Fix formatting
This commit is contained in:
@@ -116,6 +116,7 @@ private:
|
||||
XrSessionState session_state = XR_SESSION_STATE_UNKNOWN;
|
||||
bool running = false;
|
||||
XrFrameState frame_state = { XR_TYPE_FRAME_STATE, NULL, 0, 0, false };
|
||||
double render_target_size_multiplier = 1.0;
|
||||
|
||||
OpenXRGraphicsExtensionWrapper *graphics_extension = nullptr;
|
||||
XrSystemGraphicsProperties graphics_properties;
|
||||
@@ -362,6 +363,10 @@ public:
|
||||
void set_display_refresh_rate(float p_refresh_rate);
|
||||
Array get_available_display_refresh_rates() const;
|
||||
|
||||
// Render Target size multiplier
|
||||
double get_render_target_size_multiplier() const;
|
||||
void set_render_target_size_multiplier(double multiplier);
|
||||
|
||||
// action map
|
||||
String get_default_action_map_resource_name();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user