mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Fix shutdown ordering issues
This commit is contained in:
@@ -143,6 +143,12 @@ void ImGuiEngine::Shutdown() {
|
||||
for (auto& item : ShaderDataBindings) {
|
||||
item.reset();
|
||||
}
|
||||
for (auto& item : Textures) {
|
||||
item.reset();
|
||||
}
|
||||
VertexBuffer.reset();
|
||||
IndexBuffer.reset();
|
||||
UniformBuffer.reset();
|
||||
ShaderPipeline.reset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user