mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
VideoCommon: update pixel shader output to match old D3D code
This commit is contained in:
parent
0eb9352579
commit
c2d3b7e7f5
@ -440,7 +440,7 @@ void WritePixelShaderCommonHeader(ShaderCode& out, APIType api_type,
|
|||||||
|
|
||||||
if (bounding_box)
|
if (bounding_box)
|
||||||
{
|
{
|
||||||
out.Write("SSBO_BINDING(0) buffer BBox {{\n"
|
out.Write("SSBO_BINDING(0) coherent buffer BBox {{\n"
|
||||||
" int bbox_data[4];\n"
|
" int bbox_data[4];\n"
|
||||||
"}};");
|
"}};");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user