mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-10 11:31:31 -06:00
vk: Do not use pixel_center_origin as its use is explicitly restricted by spec
This commit is contained in:
parent
98156d2a2c
commit
c90186cf35
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user