mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[glsl-out] remove duplicate version check (#2587)
This commit is contained in:
parent
ada3cd85bb
commit
a1c5f38b53
@ -98,7 +98,6 @@ impl FeaturesManager {
|
||||
check_feature!(ARRAY_OF_ARRAYS, 120, 310);
|
||||
check_feature!(IMAGE_LOAD_STORE, 130, 310);
|
||||
check_feature!(CONSERVATIVE_DEPTH, 130, 300);
|
||||
check_feature!(CONSERVATIVE_DEPTH, 130, 300);
|
||||
check_feature!(NOPERSPECTIVE_QUALIFIER, 130);
|
||||
check_feature!(SAMPLE_QUALIFIER, 400, 320);
|
||||
check_feature!(CLIP_DISTANCE, 130, 300 /* with extension */);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user