pub type TexelCopyBufferInfo = TexelCopyBufferInfo;Expand description
cbindgen:ignore
Aliased Type§
struct TexelCopyBufferInfo {
pub buffer: Id<Buffer>,
pub layout: TexelCopyBufferLayout,
}Fields§
§buffer: Id<Buffer>The buffer to be copied to/from.
layout: TexelCopyBufferLayoutThe layout of the texture data in this buffer.