Skip to content

Commit f881f08

Browse files
committed
SPV: Fix KhronosGroup#2363: include trailing newline named text SPV output.
1 parent 5743eed commit f881f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SPIRV/GlslangToSpv.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8723,6 +8723,7 @@ void OutputSpvHex(const std::vector<unsigned int>& spirv, const char* baseName,
87238723
}
87248724
if (varName != nullptr) {
87258725
out << "};";
8726+
out << std::endl;
87268727
}
87278728
out.close();
87288729
#endif

0 commit comments

Comments
 (0)