mirror of https://github.com/PCSX2/pcsx2.git
gsdx-fx: Fix shader when using OpenGL
This commit is contained in:
parent
9e9505a732
commit
e6e8e2e4d5
|
@ -53,6 +53,11 @@ in SHADER
|
|||
|
||||
layout(location = 0) out vec4 SV_Target0;
|
||||
|
||||
layout(std140, binding = 14) uniform cb14
|
||||
{
|
||||
vec2 _xyFrame;
|
||||
vec4 _rcpFrame;
|
||||
};
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in New Issue