video_core: Fix legacy to generic location unpaired
This commit is contained in:
parent
16080b6e4e
commit
d4cb0eac87
5 changed files with 31 additions and 15 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <array>
|
||||
#include <bitset>
|
||||
#include <map>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "shader_recompiler/frontend/ir/type.h"
|
||||
|
@ -123,6 +124,8 @@ struct Info {
|
|||
VaryingState stores;
|
||||
VaryingState passthrough;
|
||||
|
||||
std::map<IR::Attribute, IR::Attribute> legacy_stores_mapping;
|
||||
|
||||
bool loads_indexed_attributes{};
|
||||
|
||||
std::array<bool, 8> stores_frag_color{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue