Skip to content

Commit

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

*/

#version 330
#version 110

void main()
{
}
}

0 comments on commit 871e61f

Please sign in to comment.