shader: Fix BRX tracking

This commit is contained in:
FernandoS27 2021-04-06 02:01:01 +02:00 committed by ameerj
parent 459057f8d4
commit c63d79cf65
2 changed files with 4 additions and 3 deletions

View file

@ -157,6 +157,7 @@ private:
ObjectPool<Block>& block_pool;
boost::container::small_vector<Function, 1> functions;
FunctionId current_function_id{0};
Location program_start;
};
} // namespace Shader::Maxwell::Flow