Add cbindgen:ignore directives (#8212)

This commit is contained in:
Andy Leiserson 2025-09-11 12:10:05 -07:00 committed by GitHub
parent 6815bd364d
commit 67bdd80a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,8 +59,11 @@ use thiserror::Error;
#[cfg(feature = "trace")]
type TraceCommand = Command;
/// cbindgen:ignore
pub type TexelCopyBufferInfo = ffi::TexelCopyBufferInfo;
/// cbindgen:ignore
pub type TexelCopyTextureInfo = ffi::TexelCopyTextureInfo;
/// cbindgen:ignore
pub type CopyExternalImageDestInfo = ffi::CopyExternalImageDestInfo;
const PUSH_CONSTANT_CLEAR_ARRAY: &[u32] = &[0_u32; 64];