create_tv_and_bg

Function create_tv_and_bg 

Source
fn create_tv_and_bg(
    device: &Device,
    bgl: &BindGroupLayout,
    global_params: &Buffer,
    width: u32,
    height: u32,
) -> (TextureView, BindGroup)