glslang/Test/UTF8BOM.vert

12 lines
137 B
GLSL
Raw Normal View History

2024-02-09 20:14:12 +00:00
/*
glslangValidator.exe --glsl-version 410 -V -S vert -o UTF8BOM.vert.out UTF8BOM.vert
*/
#version 110
void main()
{
}