Skip to main content

ly_ctx_compiled_size

Function ly_ctx_compiled_size 

Source
pub unsafe extern "C" fn ly_ctx_compiled_size(
    ctx: *const ly_ctx,
) -> c_int
Expand description

@brief Get the total size a compiled context requires for serialization.

@param[in] ctx Context to use. @return Total required size; @return -1 on error.