Skip to main content

LfBindGroupLayoutEntryExt

Trait LfBindGroupLayoutEntryExt 

Source
pub trait LfBindGroupLayoutEntryExt: SealedBindGroupLayoutEntry {
    // Required methods
    fn read_only_compute_storage(binding: u32) -> Self;
    fn mutable_compute_storage(binding: u32) -> Self;
}
Expand description

Required Methods§

Source

fn read_only_compute_storage(binding: u32) -> Self

Source

fn mutable_compute_storage(binding: u32) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl LfBindGroupLayoutEntryExt for BindGroupLayoutEntry

Implementors§