pub unsafe extern "C" fn gs_effect_loop(
effect: *mut gs_effect_t,
name: *const c_char,
) -> bool
Expand description
Helper function to simplify effect usage. Use with a while loop that contains drawing functions. Automatically handles techniques, passes, and unloading.