mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 07:27:55 -05:00
vk_shader_compiler: Implement the decompiler in SPIR-V
This commit is contained in:
committed by
FernandoS27
parent
0366c18d87
commit
ca9901867e
@ -151,6 +151,10 @@ public:
|
||||
return decompiled;
|
||||
}
|
||||
|
||||
const ASTManager& GetASTManager() const {
|
||||
return program_manager;
|
||||
}
|
||||
|
||||
ASTNode GetASTProgram() const {
|
||||
return program_manager.GetProgram();
|
||||
}
|
||||
|
Reference in New Issue
Block a user