You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
- Introduced SwapchainCreateFlags enum to control swapchain creation (NORMAL, STATIC, PROTECTED) in OpenXR composition layers. - Allows creation of static layers (never change after creation) and protected layers (for DRM-protected content). - Changed internal logic from enum to bool for simplicity; users now select "protected" or not. - Added support for protected content in viewport-based layers. - Refactored naming, documentation, and improved reusability. - Minor cleanup: removed unused variable and added missing space.
19 KiB
19 KiB