mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Remove stray quote sign
This allows GLSL_EFB_POKE_GEOMETRY_GS to compile again.
This commit is contained in:
@ -150,7 +150,7 @@ void main(void) {
|
|||||||
gl_FragDepth = %s_z;
|
gl_FragDepth = %s_z;
|
||||||
})GLSL";
|
})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) in;
|
||||||
layout(points, max_vertices = %d) out;
|
layout(points, max_vertices = %d) out;
|
||||||
in vec4 v_c[1];
|
in vec4 v_c[1];
|
||||||
|
Reference in New Issue
Block a user