pub fn update_views<Cf, Df>(
    window: &GlWindow,
    color_view: &mut RenderTargetView<R, Cf>,
    ds_view: &mut DepthStencilView<R, Df>
)where
    Cf: RenderFormat,
    Df: DepthFormat,
Expand description

Update the internal dimensions of the main framebuffer targets. Generic version over the format.