[][src]Function ul_sys::ulCreateView

pub unsafe extern "C" fn ulCreateView(
    renderer: ULRenderer,
    width: c_uint,
    height: c_uint,
    transparent: bool,
    session: ULSession,
    force_cpu_renderer: bool
) -> ULView

Create a View with certain size (in pixels).

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