mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
glasm: Fix patch attribute declarations
This commit is contained in:
parent
68fb25a223
commit
83ff44531b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ EmitContext::EmitContext(IR::Program& program, Bindings& bindings, const Profile
|
|||
if (!info.uses_patches[index]) {
|
||||
continue;
|
||||
}
|
||||
if (stage == Stage::TessellationEval) {
|
||||
if (stage == Stage::TessellationControl) {
|
||||
Add("OUTPUT result_patch_attrib{}[]={{result.patch.attrib[{}..{}]}};", index, index,
|
||||
index);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue