Enum vulkano::descriptor::pipeline_layout::RuntimePipelineDescError [] [src]

pub enum RuntimePipelineDescError {
    PushConstantsConflict {
        first_offset: usize,
        first_size: usize,
        second_offset: usize,
    },
}

Error when building a persistent descriptor set.

Variants

Conflict between different push constants ranges.

Fields of PushConstantsConflict

Trait Implementations

impl Debug for RuntimePipelineDescError
[src]

[src]

Formats the value using the given formatter.

impl Clone for RuntimePipelineDescError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Error for RuntimePipelineDescError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for RuntimePipelineDescError
[src]

[src]

Formats the value using the given formatter. Read more