Skip to main content

ly_ctx_get_options

Function ly_ctx_get_options 

Source
pub unsafe extern "C" fn ly_ctx_get_options(ctx: *const ly_ctx) -> u32
Expand 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.