pub(crate) type GPUTextureDescriptor = GPUTextureDescriptor;
Aliased Type§
pub(crate) struct GPUTextureDescriptor {
pub parent: GPUObjectDescriptorBase,
pub dimension: GPUTextureDimension,
pub format: GPUTextureFormat,
pub mipLevelCount: u32,
pub sampleCount: u32,
pub size: RangeEnforcedUnsignedLongSequenceOrGPUExtent3DDict,
pub usage: u32,
pub viewFormats: Vec<GPUTextureFormat>,
}
Fields§
§parent: GPUObjectDescriptorBase
§dimension: GPUTextureDimension
§format: GPUTextureFormat
§mipLevelCount: u32
§sampleCount: u32
§size: RangeEnforcedUnsignedLongSequenceOrGPUExtent3DDict
§usage: u32
§viewFormats: Vec<GPUTextureFormat>