Commit f881f083 by johnkslang

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

parent 5743eed4
...@@ -8723,6 +8723,7 @@ void OutputSpvHex(const std::vector<unsigned int>& spirv, const char* baseName, ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment