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) {
|
if (varName != nullptr) {
|
||||||
out << "};";
|
out << "};";
|
||||||
|
out << std::endl;
|
||||||
}
|
}
|
||||||
out.close();
|
out.close();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user