Update glsl.versionOverride.comp

Change original shader to version 110
This commit is contained in:
Greg Fischer 2022-03-24 16:36:48 -06:00 committed by GitHub
parent 8f2c400a29
commit 871e61fdf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ glslangValidator.exe --glsl-version 460 -V -S comp -o glsl.versionOverride.comp.
*/
#version 330
#version 110
void main()
{