mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-16 01:30:47 -04: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