Skip to content

Commit

Permalink
chore: refactor shader feature in renderer module
Browse files Browse the repository at this point in the history
- commented out the `spirv_shader_passthrough` feature
- no other changes detected in `src/renderer.rs`
  • Loading branch information
falcucci committed Sep 21, 2024
1 parent 0d57e51 commit 5142d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5142d1e

Please sign in to comment.