示例#1
0
	void Renderer::on_ctx_destroy()
	{
		if (app_alive()) app().on_graphics_destroyed();
		ctx_destroy();
	}
示例#2
0
void shmem_ctx_destroy(shmem_ctx_t ctx)
{
    MCA_SPML_CALL(ctx_destroy(ctx));
}