Exemplo n.º 1
0
    def shutdown(self):
        bgfx.destroy_program(self.raymarching)

        bgfx.destroy_uniform(self.u_mtx)
        bgfx.destroy_uniform(self.u_light_dir_time)

        bgfx.shutdown()
Exemplo n.º 2
0
 def shutdown(self):
     bgfx.shutdown()