Function SDL_DestroyCondition

pub unsafe extern "C" fn SDL_DestroyCondition(
    cond: *mut SDL_Condition,
)
Available on crate feature dep_sdl3 only.
Expand description

Destroy a condition variable.

§Parameters

  • cond: the condition variable to destroy.

§Availability

This function is available since SDL 3.2.0.

§See also