Struct wgpu_app::vt::TextureBindGroup
source · pub struct TextureBindGroup {
pub group: BindGroup,
pub sz: TexSZ,
pub buf: Buffer,
}Expand description
TextureBindGroup (wgpu::BindGroup with texture size)
Fields§
§group: BindGroupwgpu::BindGroup
sz: TexSZsz (always hold copy)
buf: Bufferwgpu::Buffer for sz
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TextureBindGroup
impl Send for TextureBindGroup
impl Sync for TextureBindGroup
impl Unpin for TextureBindGroup
impl !UnwindSafe for TextureBindGroup
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more