shader: Fix BRX tracking

This commit is contained in:
FernandoS27
2021-04-06 02:01:01 +02:00
committed by ameerj
parent bfeeb23ddc
commit 20ba0ea0a9
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