You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fix sample count on OpenXR composition layers
This commit is contained in:
@@ -286,7 +286,7 @@ bool OpenXRViewportCompositionLayerProvider::update_and_acquire_swapchain(bool p
|
|||||||
|
|
||||||
// Create our new swap chain
|
// Create our new swap chain
|
||||||
int64_t swapchain_format = openxr_api->get_color_swapchain_format();
|
int64_t swapchain_format = openxr_api->get_color_swapchain_format();
|
||||||
const uint32_t sample_count = 3;
|
const uint32_t sample_count = 1;
|
||||||
const uint32_t array_size = 1;
|
const uint32_t array_size = 1;
|
||||||
XrSwapchainCreateFlags create_flags = 0;
|
XrSwapchainCreateFlags create_flags = 0;
|
||||||
if (p_static_image) {
|
if (p_static_image) {
|
||||||
|
|||||||
Reference in New Issue
Block a user