mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 12:08:05 +03:00
OGL: fix ssbo based bbox support
This commit is contained in:
parent
c5c10fe48b
commit
01cd11a835
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ static inline void GeneratePixelShader(T& out, DSTALPHA_MODE dstAlphaMode, API_T
|
||||||
{
|
{
|
||||||
out.Write(
|
out.Write(
|
||||||
"layout(std140, binding = 3) buffer BBox {\n"
|
"layout(std140, binding = 3) buffer BBox {\n"
|
||||||
"\tint bbox_data[4];\n"
|
"\tint4 bbox_data;\n"
|
||||||
"};\n"
|
"};\n"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue