bgfx/3rdparty/glslang/Test/spv.extPostDepthCoverage.frag

10 lines
157 B
GLSL
Raw Normal View History

2017-07-08 07:19:36 +03:00
#version 310 es
#extension GL_EXT_post_depth_coverage : enable
layout(post_depth_coverage) in;
layout(early_fragment_tests) in;
void main () {
}