[−][src]Constant wgpu::COPY_BYTES_PER_ROW_ALIGNMENT
pub const COPY_BYTES_PER_ROW_ALIGNMENT: u32 = 256; // 256u32
Buffer-Texture copies on command encoders have to have the bytes_per_row
aligned to this number.
This doesn't apply to Queue::write_texture
.