pub unsafe extern "C" fn ulViewGetRenderTarget(
view: ULView,
) -> ULRenderTargetExpand description
Get the RenderTarget for the View.
@note Only valid if this View is GPU accelerated.
You can use this with your GPUDriver implementation to bind and display the
corresponding texture in your application.