def shutdown(self): bgfx.destroy_program(self.raymarching) bgfx.destroy_uniform(self.u_mtx) bgfx.destroy_uniform(self.u_light_dir_time) bgfx.shutdown()
def shutdown(self): bgfx.shutdown()