Type Alias TexelCopyBufferInfo

Source
pub type TexelCopyBufferInfo = TexelCopyBufferInfo<BufferId>;

Aliased Type§

#[repr(C)]
pub struct TexelCopyBufferInfo { pub buffer: Id<Buffer>, pub layout: TexelCopyBufferLayout, }

Fields§

§buffer: Id<Buffer>

The buffer to be copied to/from.

§layout: TexelCopyBufferLayout

The layout of the texture data in this buffer.