Struct naga::back::hlsl::ReflectionInfo[][src]

pub struct ReflectionInfo {
    pub entry_point_names: Vec<Result<String, EntryPointError>>,
}
Expand description

Structure that contains a reflection info

Fields

entry_point_names: Vec<Result<String, EntryPointError>>

Mapping of the entry point names. Each item in the array corresponds to an entry point index. The real entry point name may be different if one of the reserved words are used.

Note: Some entry points may fail translation because of missing bindings.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.