First Commit
This commit is contained in:
9
externals/glslang/Test/spv.extPostDepthCoverage_Error.frag
vendored
Normal file
9
externals/glslang/Test/spv.extPostDepthCoverage_Error.frag
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 450
|
||||
|
||||
#extension GL_EXT_post_depth_coverage : enable
|
||||
|
||||
layout(post_depth_coverage) in; // should fail since for GL_EXT_post_depth_coverage
|
||||
// explicit declaration of early_fragment_tests is required
|
||||
|
||||
void main () {
|
||||
}
|
||||
Reference in New Issue
Block a user