pub type ResolvedBindGroupEntry<'a> = BindGroupEntry<'a, Arc<Buffer>, Arc<Sampler>, Arc<TextureView>, Arc<Tlas>>;Expand description
cbindgen:ignore
Aliased Type§
pub struct ResolvedBindGroupEntry<'a> {
    pub binding: u32,
    pub resource: BindingResource<'a, Arc<Buffer>, Arc<Sampler>, Arc<TextureView>, Arc<Tlas>>,
}Fields§
§binding: u32Slot for which binding provides resource. Corresponds to an entry of the same
binding index in the BindGroupLayoutDescriptor.
resource: BindingResource<'a, Arc<Buffer>, Arc<Sampler>, Arc<TextureView>, Arc<Tlas>>Resource to attach to the binding