Fix syntax error in GLSL_GS

This commit is contained in:
Score_Under 2018-05-12 15:41:42 +01:00
parent 22ceecc7ae
commit 4e7caa2818
1 changed files with 1 additions and 1 deletions

View File

@ -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;