mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +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()
|
|||
|
{
|
|||
|
}
|