Struct spirv_cross::msl::ResourceBinding[][src]

pub struct ResourceBinding {
    pub buffer_id: u32,
    pub texture_id: u32,
    pub sampler_id: u32,
    pub force_used: bool,
}

Resource binding description for overriding

Fields

Trait Implementations

impl Debug for ResourceBinding
[src]

Formats the value using the given formatter. Read more

impl Clone for ResourceBinding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for ResourceBinding
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for ResourceBinding
[src]

impl PartialEq for ResourceBinding
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations