mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07: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)
|
||||
{
|
||||
out.Write("SSBO_BINDING(0) buffer BBox {{\n"
|
||||
out.Write("SSBO_BINDING(0) coherent buffer BBox {{\n"
|
||||
" int bbox_data[4];\n"
|
||||
"}};");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user