예제 #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()
예제 #2
0
 def shutdown(self):
     bgfx.shutdown()