video_core: Fix legacy to generic location unpaired

This commit is contained in:
FengChen 2022-09-10 17:09:45 +08:00
parent 16080b6e4e
commit d4cb0eac87
5 changed files with 31 additions and 15 deletions

View file

@ -4,6 +4,7 @@
#pragma once
#include <array>
#include <map>
#include <optional>
#include <vector>
@ -60,6 +61,7 @@ struct TransformFeedbackVarying {
struct RuntimeInfo {
std::array<AttributeType, 32> generic_input_types{};
VaryingState previous_stage_stores;
std::map<IR::Attribute, IR::Attribute> previous_stage_legacy_stores_mapping;
bool convert_depth_mode{};
bool force_early_z{};