SPV: Fix #2363: include trailing newline named text SPV output.
This commit is contained in:
parent
5743eed4d1
commit
f881f08358
1 changed files with 1 additions and 0 deletions
|
|
@ -8723,6 +8723,7 @@ void OutputSpvHex(const std::vector<unsigned int>& spirv, const char* baseName,
|
||||||
}
|
}
|
||||||
if (varName != nullptr) {
|
if (varName != nullptr) {
|
||||||
out << "};";
|
out << "};";
|
||||||
|
out << std::endl;
|
||||||
}
|
}
|
||||||
out.close();
|
out.close();
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue