1 2 3 4 5 6
use super::*; pub(crate) struct Target { pub(crate) bind_group: BindGroup, pub(crate) texture_view: TextureView, }