mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 12:27:56 -05:00
shader: Add support for forward declarations
This commit is contained in:
@ -76,5 +76,5 @@ int main() {
|
||||
fmt::print(stdout, "{}\n", cfg.Dot());
|
||||
IR::Program program{TranslateProgram(*inst_pool, *block_pool, env, cfg)};
|
||||
fmt::print(stdout, "{}\n", IR::DumpProgram(program));
|
||||
// Backend::SPIRV::EmitSPIRV spirv{program};
|
||||
Backend::SPIRV::EmitSPIRV spirv{program};
|
||||
}
|
||||
|
Reference in New Issue
Block a user