mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
OpenXR: Fix resizing viewports used by OpenXRCompositionLayer
This commit is contained in:
parent
c0c1c68562
commit
ca0eb5da24
5 changed files with 30 additions and 6 deletions
|
|
@ -115,6 +115,8 @@ private:
|
|||
void _setup_composition_layer();
|
||||
void _clear_composition_layer();
|
||||
|
||||
void _viewport_size_changed();
|
||||
|
||||
protected:
|
||||
OpenXRAPI *openxr_api = nullptr;
|
||||
OpenXRCompositionLayerExtension *composition_layer_extension = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue