Remove stray quote sign

This allows GLSL_EFB_POKE_GEOMETRY_GS to compile again.
This commit is contained in:
Score_Under 2018-05-12 15:21:29 +01:00
parent e78235943e
commit 70b00f2b2d
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void main(void) {
gl_FragDepth = %s_z;
})GLSL";
constexpr const char* GLSL_EFB_POKE_GEOMETRY_GS = R"GLSL("
constexpr const char* GLSL_EFB_POKE_GEOMETRY_GS = R"GLSL(
layout(points) in;
layout(points, max_vertices = %d) out;
in vec4 v_c[1];