SDL_GetGPUDeviceDriver

Returns the name of the backend used to create this GPU context.

extern (C) nothrow @nogc extern
const(char)*
SDL_GetGPUDeviceDriver

Parameters

device SDL_GPUDevice*

a GPU context to query.

Return Value

Type: const(char)*

the name of the device's driver, or NULL on error.

Meta