pub unsafe extern "C" fn projectm_render_frame(
    instance: projectm_handle
)
Expand description

@brief Renders a single frame.

@note Separate two-pass frame rendering is currently not supported by the C API as it is rarely used and also depends on the loaded preset.

@param instance The projectM instance handle.