Skip to content

Commit

Permalink
Update glsl.versionOverride.frag
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 871e61f commit c1e8a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/glsl.versionOverride.frag
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ glslangValidator.exe --glsl-version 420 -V -S frag -o glsl.versionOverride.frag.
*/

#version 330
#version 110

void main()
{
}
}

0 comments on commit c1e8a17

Please sign in to comment.