mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 20:10:06 +00:00
6a3aeb73cd
- Added compilation tests for shader stages using a different version at each stage.
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
/*
|
|
|
|
glslangValidator.exe --glsl-version 460 -V -S comp -o glsl.versionOverride.comp.out glsl.versionOverride.comp
|
|
|
|
*/
|
|
|
|
#version 330
|
|
|
|
void main()
|
|
{
|
|
} |