mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-30 19:31:07 +00:00
Encode functions with internal linkage correctly
This commit is contained in:
@@ -750,7 +750,7 @@ bytebuf ProgramEditor::EncodeProgram()
|
||||
// external/declaration
|
||||
f.external ? 1U : 0U,
|
||||
// linkage
|
||||
0U,
|
||||
f.internalLinkage ? 3U : 0U,
|
||||
// attributes
|
||||
uint64_t(f.attrs ? 1U + getAttribID(f.attrs) : 0U),
|
||||
// alignment
|
||||
|
||||
Reference in New Issue
Block a user