mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00:00
Merge pull request #6827 from ScoreUnder/syntaxfix
Remove stray quote sign
This commit is contained in:
commit
22ceecc7ae
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user