vk: Do not use pixel_center_origin as its use is explicitly restricted by spec
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user