Skip to content

Commit

Permalink
Expose shader validation
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Nov 30, 2023
1 parent 41fb222 commit acd5912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub mod registry;
pub mod resource;
pub mod storage;
mod track;
mod validation;
pub mod validation;

pub use hal::{api, MAX_BIND_GROUPS, MAX_COLOR_ATTACHMENTS, MAX_VERTEX_BUFFERS};

Expand Down

0 comments on commit acd5912

Please sign in to comment.