Skip to content

Commit

Permalink
[core] Make wgpu_core::command::BakedCommands pub(crate), not pub. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy authored Apr 14, 2024
1 parent f735f57 commit 0b7f91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/command/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl<A: HalApi> CommandEncoder<A> {
}
}

pub struct BakedCommands<A: HalApi> {
pub(crate) struct BakedCommands<A: HalApi> {
pub(crate) encoder: A::CommandEncoder,
pub(crate) list: Vec<A::CommandBuffer>,
pub(crate) trackers: Tracker<A>,
Expand Down

0 comments on commit 0b7f91c

Please sign in to comment.