MacroHLE: Add HLE replacement for base vertex and base instance.
This commit is contained in:
parent
209ce46a9f
commit
7842543573
22 changed files with 265 additions and 70 deletions
|
@ -446,6 +446,10 @@ std::string NameOf(Attribute attribute) {
|
|||
return "ViewportMask";
|
||||
case Attribute::FrontFace:
|
||||
return "FrontFace";
|
||||
case Attribute::BaseInstance:
|
||||
return "BaseInstance";
|
||||
case Attribute::BaseVertex:
|
||||
return "BaseVertex";
|
||||
}
|
||||
return fmt::format("<reserved attribute {}>", static_cast<int>(attribute));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue