mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 04:35:46 +00:00
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
|
@ -11,7 +11,7 @@
|
|||
namespace Shader {
|
||||
|
||||
struct VaryingState {
|
||||
std::bitset<256> mask{};
|
||||
std::bitset<512> mask{};
|
||||
|
||||
void Set(IR::Attribute attribute, bool state = true) {
|
||||
mask[static_cast<size_t>(attribute)] = state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue