Function ul_sys::ulCreateView[][src]

pub unsafe extern "C" fn ulCreateView(
    renderer: ULRenderer,
    width: c_uint,
    height: c_uint,
    view_config: ULViewConfig,
    session: ULSession
) -> ULView
Expand description

Create a View with certain size (in pixels).

@note You can pass null to ‘session’ to use the default session.