pub unsafe extern "C" fn ly_ctx_get_options(ctx: *const ly_ctx) -> u32Expand description
@brief Get the currently set context’s options.
@param[in] ctx Context to query. @return Combination of all the currently set context’s options, see @ref contextoptions.