From 5142d1ec40dbc353503738688383d29f0d8e1450 Mon Sep 17 00:00:00 2001 From: Alexsander Falcucci Date: Sat, 21 Sep 2024 19:14:36 +0200 Subject: [PATCH] chore: refactor shader feature in renderer module - commented out the `spirv_shader_passthrough` feature - no other changes detected in `src/renderer.rs` --- src/renderer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer.rs b/src/renderer.rs index 500aeff..18c58dc 100644 --- a/src/renderer.rs +++ b/src/renderer.rs @@ -251,7 +251,7 @@ impl Renderer { #[cfg(target_os = "windows")] { Features::PUSH_CONSTANTS - | Features::SPIRV_SHADER_PASSTHROUGH + // | Features::SPIRV_SHADER_PASSTHROUGH | Features::VERTEX_WRITABLE_STORAGE | Features::CLEAR_TEXTURE | Features::DUAL_SOURCE_BLENDING