mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-12 21:20:06 +00:00
12 lines
137 B
GLSL
12 lines
137 B
GLSL
/*
|
|
|
|
glslangValidator.exe --glsl-version 410 -V -S vert -o UTF8BOM.vert.out UTF8BOM.vert
|
|
|
|
*/
|
|
|
|
#version 110
|
|
|
|
void main()
|
|
{
|
|
}
|