diff --git a/Source/Core/VideoCommon/PixelShaderGen.cpp b/Source/Core/VideoCommon/PixelShaderGen.cpp index 93452de011..3304c74658 100644 --- a/Source/Core/VideoCommon/PixelShaderGen.cpp +++ b/Source/Core/VideoCommon/PixelShaderGen.cpp @@ -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" "}};");