mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Fix syntax error in GLSL_GS
This commit is contained in:
parent
22ceecc7ae
commit
4e7caa2818
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue