pub unsafe extern "C" fn ulCreateView(
renderer: ULRenderer,
width: c_uint,
height: c_uint,
view_config: ULViewConfig,
session: ULSession,
) -> ULViewExpand description
Create a View with certain size (in pixels).
@note You can pass null to ‘session’ to use the default session.