mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
shader: Add support for forward declarations
This commit is contained in:
parent
756c643f08
commit
60342eb0c0
11 changed files with 80 additions and 69 deletions
|
@ -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};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue