SDL_GPUSupportsProperties

Checks for GPU runtime support.

Header File

Defined in <SDL3/SDL_gpu.h>

Syntax

bool SDL_GPUSupportsProperties(
    SDL_PropertiesID props);

Function Parameters

SDL_PropertiesID props the properties to use.

Return Value

(bool) Returns true if supported, false otherwise.

Version

This function is available since SDL 3.2.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryGPU