xemu/subprojects/glslang/Test/UTF8BOM.vert

12 lines
137 B
GLSL

/*
glslangValidator.exe --glsl-version 410 -V -S vert -o UTF8BOM.vert.out UTF8BOM.vert
*/
#version 110
void main()
{
}