mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
[core] Make wgpu_core::command::BakedCommands
pub(crate), not pub. (#5526)
This commit is contained in:
parent
f735f57f89
commit
0b7f91c4a9
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user