Type Alias GPUStorageTextureBindingLayout

Source
pub(crate) type GPUStorageTextureBindingLayout = GPUStorageTextureBindingLayout;

Aliased Type§

pub(crate) struct GPUStorageTextureBindingLayout {
    pub access: GPUStorageTextureAccess,
    pub format: GPUTextureFormat,
    pub viewDimension: GPUTextureViewDimension,
}

Fields§

§access: GPUStorageTextureAccess§format: GPUTextureFormat§viewDimension: GPUTextureViewDimension