예제 #1
0
 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()
예제 #2
0
파일: mesh.py 프로젝트: wis/bgfx-python
 def shutdown(self):
     ImGuiExtra.imgui_destroy()
     self.mesh.destroy()
     bgfx.destroy(self.main_program)
     bgfx.shutdown()
예제 #3
0
 def shutdown(self):
     ImGuiExtra.imgui_destroy()
     bgfx.shutdown()