SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).

This commit is contained in:
John Kessenich 2016-02-15 20:58:50 -07:00
parent 019f08fcd8
commit 6c292d3ba7
200 changed files with 7841 additions and 5577 deletions

View file

@ -4,10 +4,10 @@ in lowp float lowfin;
in mediump float mediumfin;
in highp vec4 highfin;
uniform highp int uniform_high;
uniform mediump int uniform_medium;
uniform lowp int uniform_low;
uniform bvec2 ub2;
highp int uniform_high;
mediump int uniform_medium;
lowp int uniform_low;
bvec2 ub2;
out mediump vec4 mediumfout;