Skip to content

Commit 67bdd80

Browse files
Add cbindgen:ignore directives (#8212)
1 parent 6815bd3 commit 67bdd80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wgpu-core/src/command/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ use thiserror::Error;
5959
#[cfg(feature = "trace")]
6060
type TraceCommand = Command;
6161

62+
/// cbindgen:ignore
6263
pub type TexelCopyBufferInfo = ffi::TexelCopyBufferInfo;
64+
/// cbindgen:ignore
6365
pub type TexelCopyTextureInfo = ffi::TexelCopyTextureInfo;
66+
/// cbindgen:ignore
6467
pub type CopyExternalImageDestInfo = ffi::CopyExternalImageDestInfo;
6568

6669
const PUSH_CONSTANT_CLEAR_ARRAY: &[u32] = &[0_u32; 64];

0 commit comments

Comments
 (0)