SDL_GetGDKTaskQueue

Gets a reference to the global async task queue handle for GDK, initializing if needed.

Once you are done with the task queue, you should call XTaskQueueCloseHandle to reduce the reference count to avoid a resource leak.

version(GDK)
extern (C) nothrow @nogc extern
bool
SDL_GetGDKTaskQueue

Parameters

outTaskQueue XTaskQueueHandle*

A pointer to be filled in with task queue handle.

Return Value

Type: bool

true on success or false on failure; call SDL_GetError() for more information.

Meta