mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
OpenXR: Add OpenXRAPIExtension::update_main_swapchain_size()
This commit is contained in:
parent
68410acc61
commit
8adea5454e
5 changed files with 45 additions and 0 deletions
|
|
@ -119,6 +119,8 @@ public:
|
|||
|
||||
void set_render_region(const Rect2i &p_render_region);
|
||||
|
||||
void update_main_swapchain_size();
|
||||
|
||||
enum OpenXRAlphaBlendModeSupport {
|
||||
OPENXR_ALPHA_BLEND_MODE_SUPPORT_NONE = 0,
|
||||
OPENXR_ALPHA_BLEND_MODE_SUPPORT_REAL = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue