Skip to content

Commit

Permalink
[glsl-out] remove duplicate version check
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Oct 24, 2023
1 parent 65f2216 commit c978fe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/back/glsl/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 */);
Expand Down

0 comments on commit c978fe6

Please sign in to comment.