예제 #1
0
파일: imgui.cpp 프로젝트: CallmeNezha/bgfx
void imguiDestroy()
{
	s_ctx.destroy();
}
예제 #2
0
void IMGUI_destroy()
{
	s_ctx.destroy();
}