mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-19 09:45:12 -06:00
shader: Fix BRX tracking
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user