OpenXR: Add OpenXRAPIExtension::update_main_swapchain_size()

This commit is contained in:
dhoverb 2025-11-06 13:19:53 -06:00 committed by David Hover
parent 68410acc61
commit 8adea5454e
5 changed files with 45 additions and 0 deletions

View file

@ -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,