glsl: miss color of SSO interface

It was added with the OSD

Fix #2037
This commit is contained in:
Gregory Hainaut 2017-08-12 15:43:15 +02:00
parent c4bf09ad32
commit 64c197de47
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ in SHADER
{
vec4 p;
vec2 t;
vec4 c;
} PSin;
layout(location = 0) out vec4 SV_Target0;