SPV: Fix #2363: include trailing newline named text SPV output.

This commit is contained in:
johnkslang 2020-08-04 02:13:50 -06:00
parent 5743eed4d1
commit f881f08358

View File

@ -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