mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix syntax error in GLSL_GS
This commit is contained in:
@ -116,7 +116,7 @@ layout(triangles) in;
|
||||
layout(triangle_strip, max_vertices = %d) out;
|
||||
flat out int layer;
|
||||
void main() {
|
||||
for (int j = 0; j < %d; layers.str(); ++j) {
|
||||
for (int j = 0; j < %d; ++j) {
|
||||
for (int i = 0; i < 3; ++i) {
|
||||
layer = j;
|
||||
gl_Layer = j;
|
||||
|
Reference in New Issue
Block a user