mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 05:09:59 +00:00
emit_glasm_context_get_set: Remove unused variable
This commit is contained in:
parent
e30d4fa976
commit
7fdf0d7d33
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ void EmitGetAttributeIndexed(EmitContext& ctx, IR::Inst& inst, ScalarS32 offset,
|
|||
read_swizzled(index, fmt::format("{}.position", ctx.attrib_name));
|
||||
}
|
||||
}
|
||||
const u32 base_attribute_value{static_cast<u32>(IR::Attribute::Generic0X) >> 2};
|
||||
for (u32 index = 0; index < ctx.info.input_generics.size(); ++index) {
|
||||
if (!ctx.info.input_generics[index].used) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue