We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6815bd3 commit 67bdd80Copy full SHA for 67bdd80
wgpu-core/src/command/mod.rs
@@ -59,8 +59,11 @@ use thiserror::Error;
59
#[cfg(feature = "trace")]
60
type TraceCommand = Command;
61
62
+/// cbindgen:ignore
63
pub type TexelCopyBufferInfo = ffi::TexelCopyBufferInfo;
64
65
pub type TexelCopyTextureInfo = ffi::TexelCopyTextureInfo;
66
67
pub type CopyExternalImageDestInfo = ffi::CopyExternalImageDestInfo;
68
69
const PUSH_CONSTANT_CLEAR_ARRAY: &[u32] = &[0_u32; 64];
0 commit comments