diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-06 16:48:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 16:48:45 +0200 |
commit | f208e6a26f3c21c25dbfcfe29491a6f5660c999d (patch) | |
tree | 65dbbd45b2f36faab8ae585eb0d270356bcba33e /extensions/webgpu/binding.rs | |
parent | ce76f8c3a97529c86d49c39c6d9a250f978b5430 (diff) |
chore: update wgpu and realign to spec (#9760)
Diffstat (limited to 'extensions/webgpu/binding.rs')
-rw-r--r-- | extensions/webgpu/binding.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/webgpu/binding.rs b/extensions/webgpu/binding.rs index e6bd7fc7c..61be6a057 100644 --- a/extensions/webgpu/binding.rs +++ b/extensions/webgpu/binding.rs @@ -131,7 +131,7 @@ pub fn op_webgpu_create_bind_group_layout( comparison: false, }, "comparison" => wgpu_types::BindingType::Sampler { - filtering: false, + filtering: true, comparison: true, }, _ => unreachable!(), |