chaoc | c120452 | 2017-06-30 17:14:30 -0700 | [diff] [blame] | 1 | #version 450 |
2 | |||||
3 | #extension GL_EXT_post_depth_coverage : enable | ||||
4 | |||||
5 | layout(post_depth_coverage) in; // should fail since for GL_EXT_post_depth_coverage | ||||
6 | // explicit declaration of early_fragment_tests is required | ||||
7 | |||||
8 | void main () { | ||||
9 | } |