mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-23 19:29:44 +00:00
SPV: Fix #2363: include trailing newline named text SPV output.
This commit is contained in:
parent
5743eed4d1
commit
f881f08358
@ -8723,6 +8723,7 @@ void OutputSpvHex(const std::vector<unsigned int>& spirv, const char* baseName,
|
||||
}
|
||||
if (varName != nullptr) {
|
||||
out << "};";
|
||||
out << std::endl;
|
||||
}
|
||||
out.close();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user