Support files with UTF8BOM character

This commit is contained in:
Steve Urquhart 2024-02-09 15:14:12 -05:00 committed by arcady-lunarg
parent ee2f5d09ea
commit 9f37ad360e
4 changed files with 33 additions and 0 deletions

11
Test/UTF8BOM.vert Normal file
View file

@ -0,0 +1,11 @@
/*
glslangValidator.exe --glsl-version 410 -V -S vert -o UTF8BOM.vert.out UTF8BOM.vert
*/
#version 110
void main()
{
}