mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12: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
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ namespace vk
|
||||||
}
|
}
|
||||||
|
|
||||||
fs_src +=
|
fs_src +=
|
||||||
"layout(pixel_center_integer) in vec4 gl_FragCoord;\n"
|
"//layout(pixel_center_integer) in vec4 gl_FragCoord;\n"
|
||||||
"\n"
|
"\n"
|
||||||
"void main()\n"
|
"void main()\n"
|
||||||
"{\n";
|
"{\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue