You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Allow using custom Rect2i for rendering with OpenXR
This commit is contained in:
@@ -101,6 +101,10 @@ public:
|
||||
RID openxr_swapchain_get_image(uint64_t p_swapchain_info);
|
||||
void openxr_swapchain_release(uint64_t p_swapchain_info);
|
||||
|
||||
uint64_t get_projection_layer();
|
||||
|
||||
void set_render_region(const Rect2i &p_render_region);
|
||||
|
||||
enum OpenXRAlphaBlendModeSupport {
|
||||
OPENXR_ALPHA_BLEND_MODE_SUPPORT_NONE = 0,
|
||||
OPENXR_ALPHA_BLEND_MODE_SUPPORT_REAL = 1,
|
||||
|
||||
Reference in New Issue
Block a user