SDL_GetGPUShaderFormats

Returns the supported shader formats for this GPU context.

extern (C) nothrow @nogc extern
SDL_GetGPUShaderFormats

Parameters

device SDL_GPUDevice*

a GPU context to query.

Return Value

a bitflag indicating which shader formats the driver is able to consume.

Meta