mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Add cbindgen:ignore directives (#8212)
This commit is contained in:
parent
6815bd364d
commit
67bdd80a38
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user