pub fn resized_views_raw(
    new_size: PhysicalSize<u32>,
    old_dimensions: Dimensions,
    color_fmt: Format,
    ds_fmt: Format
) -> Option<(RawRenderTargetView<R>, RawDepthStencilView<R>)>
Expand description

Return new gfx views if the dimensions have changed.