shader_ir: Declare Manager and pass it to appropiate programs.
This commit is contained in:
parent
9f61500df1
commit
f1ed22419c
7 changed files with 214 additions and 104 deletions
|
@ -23,7 +23,7 @@ using Tegra::Shader::PredOperation;
|
|||
using Tegra::Shader::Register;
|
||||
|
||||
ShaderIR::ShaderIR(const ProgramCode& program_code, u32 main_offset, const std::size_t size)
|
||||
: program_code{program_code}, main_offset{main_offset}, program_size{size} {
|
||||
: program_code{program_code}, main_offset{main_offset}, program_size{size}, program_manager{} {
|
||||
Decode();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue