mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 23:57:59 -05:00
vk_pipeline_cache: Fix ReleaseContents order
This commit is contained in:
@ -111,9 +111,9 @@ struct ShaderInfo {
|
||||
|
||||
struct ShaderPools {
|
||||
void ReleaseContents() {
|
||||
inst.ReleaseContents();
|
||||
block.ReleaseContents();
|
||||
flow_block.ReleaseContents();
|
||||
block.ReleaseContents();
|
||||
inst.ReleaseContents();
|
||||
}
|
||||
|
||||
Shader::ObjectPool<Shader::IR::Inst> inst;
|
||||
|
Reference in New Issue
Block a user