mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 06:12:40 +00: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