vk: Do not use pixel_center_origin as its use is explicitly restricted by spec

This commit is contained in:
kd-11 2019-06-13 18:57:53 +03:00 committed by kd-11
parent 98156d2a2c
commit c90186cf35

View file

@ -199,7 +199,7 @@ namespace vk
}
fs_src +=
"layout(pixel_center_integer) in vec4 gl_FragCoord;\n"
"//layout(pixel_center_integer) in vec4 gl_FragCoord;\n"
"\n"
"void main()\n"
"{\n";