Function memonitor_sys::vulkan::init

source ·
pub unsafe extern "C" fn init() -> c_int
Expand description

Initializes the global context.

Must be called before all other functions. Must be called again after vk_term is called before using other functions.

@return 0 on success, otherwise the error code.