mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 01:05:46 +00:00
vk_shader_compiler: Implement the decompiler in SPIR-V
This commit is contained in:
parent
7e08fad2d4
commit
8d882ef69a
3 changed files with 301 additions and 23 deletions
|
@ -151,6 +151,10 @@ public:
|
|||
return decompiled;
|
||||
}
|
||||
|
||||
const ASTManager& GetASTManager() const {
|
||||
return program_manager;
|
||||
}
|
||||
|
||||
ASTNode GetASTProgram() const {
|
||||
return program_manager.GetProgram();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue