SDL_GDKResumeGPU

Call this to resume GPU operation on Xbox when you receive the SDL_EVENT_WILL_ENTER_FOREGROUND event.

When resuming, this function MUST be called before calling any other SDL_GPU functions.

version(SDL_PLATFORM_GDK)
extern (C) nothrow @nogc extern
void
SDL_GDKResumeGPU

Parameters

device SDL_GPUDevice*

a GPU context.

See_Also SDL_AddEventWatch

Meta