[][src]Function wgpu_native::texture_create_view

pub fn texture_create_view(
    texture_id: TextureId,
    format: TextureFormat,
    view_kind: ViewKind,
    range: SubresourceRange,
    token: &mut Token<Root>
) -> TextureView<Backend>