mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
shader: Primitive Vulkan integration
This commit is contained in:
parent
65069df8aa
commit
a5f87011d3
43 changed files with 1003 additions and 3036 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};
|
||||
void(Backend::SPIRV::EmitSPIRV(env, program));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue