mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix grid shader
this shader is used for example in developer - audio - audio scope - show scope
This commit is contained in:
parent
89d9affb41
commit
7134d2bfd4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ struct Grid {
|
|||
};
|
||||
|
||||
uniform gridBuffer { Grid grid; };
|
||||
Grid getGrid() { return grid; };
|
||||
Grid getGrid() { return grid; }
|
||||
|
||||
in vec2 varTexCoord0;
|
||||
in vec4 varColor;
|
||||
|
|
Loading…
Reference in a new issue