diff options
author | quou <quou@disroot.org> | 2025-03-02 17:30:17 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-03-02 17:31:06 +1100 |
commit | 5b548cb866405b6716d5f904e4df75c07dbbad9b (patch) | |
tree | f08cddeb3f6ecb668dbac536d0ee2c533b0a55ee /sc | |
parent | 528c5a7ef9e3e7cadf9a2caefa3ca115b382df75 (diff) |
nevermind
Diffstat (limited to 'sc')
-rw-r--r-- | sc/sc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -601,7 +601,7 @@ struct Desc { size_t i, l = trgts.size(); for (i = 0; i < l; i++) { auto& attr = trgts[i]; - ss << "layout (location = " << i << ") out "; + ss << "layout (location = 0) out "; ss << attr.tname << " "; ss << attr.name << ";\n"; } |