GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
82 stars 17 forks source link

Implement XR_FB_composition_layer_settings extension wrapper #136

Closed devloglogan closed 2 months ago

devloglogan commented 2 months ago

Adds composition layer filtering properties to OpenXRCompositionLayer nodes, allowing users to adjust supersampling and sharpening settings. These settings can improve the image quality of composition layers. More info here. Planning to add auto filtering soon as well, which requires the XR_META_automatic_layer_filter extension.

composition_layer_settings

devloglogan commented 2 months ago

@dsnopek Applied your suggested changes :)

m4gr3d commented 2 months ago

@devloglogan can you rebase the PR.

devloglogan commented 2 months ago

@m4gr3d rebased!