def shutdown(self): ImGuiExtra.imgui_destroy() for index_buffer in self.index_buffers: bgfx.destroy(index_buffer) bgfx.destroy(self.vertex_buffer) bgfx.destroy(self.main_program) bgfx.shutdown()
def shutdown(self): ImGuiExtra.imgui_destroy() self.mesh.destroy() bgfx.destroy(self.main_program) bgfx.shutdown()
def shutdown(self): ImGuiExtra.imgui_destroy() bgfx.shutdown()