pub unsafe extern "C" fn SDL_GetGPUDeviceDriver(
device: *mut SDL_GPUDevice,
) -> *const c_charExpand description
Returns the name of the backend used to create this GPU context.
Parameter: device a GPU context to query. Returns: the name of the device’s driver, or NULL on error.
Available Since: This function is available since SDL 3.2.0.