* Update SPIRV libraries - Update `spirv-cross` - Update `spirv-tools` - Update `glslang` `spirv-tools` contains a fix for an issue we reported (unnecessary promotions to highp in certain expressions). * Add SPIRV-Tools dependency to matinfo
10 lines
157 B
GLSL
10 lines
157 B
GLSL
#version 310 es
|
|
|
|
#extension GL_EXT_post_depth_coverage : enable
|
|
|
|
layout(post_depth_coverage) in;
|
|
layout(early_fragment_tests) in;
|
|
|
|
void main () {
|
|
}
|