Support files with UTF8BOM character
This commit is contained in:
parent
ee2f5d09ea
commit
9f37ad360e
4 changed files with 33 additions and 0 deletions
11
Test/UTF8BOM.vert
Normal file
11
Test/UTF8BOM.vert
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
|
||||
glslangValidator.exe --glsl-version 410 -V -S vert -o UTF8BOM.vert.out UTF8BOM.vert
|
||||
|
||||
*/
|
||||
|
||||
#version 110
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue