Function SDL_GPUSupportsProperties

pub unsafe extern "C" fn SDL_GPUSupportsProperties(props: u32) -> bool
Available on crate feature dep_sdl3 only.
Expand description

Checks for GPU runtime support.

§Parameters

  • props: the properties to use.

§Return value

Returns true if supported, false otherwise.

§Availability

This function is available since SDL 3.2.0.

§See also