mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-09 17:18:32 -05:00
Add cbindgen:ignore directives (#8212)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user