mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-10 06:49:12 +00:00
Video_core: Address feedback
This commit is contained in:
@@ -450,6 +450,8 @@ std::string NameOf(Attribute attribute) {
|
||||
return "BaseInstance";
|
||||
case Attribute::BaseVertex:
|
||||
return "BaseVertex";
|
||||
case Attribute::DrawID:
|
||||
return "DrawID";
|
||||
}
|
||||
return fmt::format("<reserved attribute {}>", static_cast<int>(attribute));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user