mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: update pixel shader output to match old D3D code
This commit is contained in:
@ -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"
|
||||
"}};");
|
||||
|
||||
|
Reference in New Issue
Block a user