Skip to content

Commit

Permalink
Update glsl.versionOverride.tesc
Browse files Browse the repository at this point in the history
Change original shader to version 110
  • Loading branch information
greg-lunarg authored Mar 24, 2022
1 parent 46edfae commit 03fe69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/glsl.versionOverride.tesc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ glslangValidator.exe --glsl-version 440 -V -S tesc -o glsl.versionOverride.tesc.
*/

#version 330
#version 110

layout(vertices = 3) out;

void main()
{
}
}

0 comments on commit 03fe69d

Please sign in to comment.