Enum gfx::PipelineStateError
[−]
[src]
pub enum PipelineStateError {
Program(ProgramError),
DescriptorInit(InitError),
DeviceCreate(CreationError),
}Error creating a PipelineState
Variants
Program | Shader program failed to link. | |
DescriptorInit | Unable to create PSO descriptor due to mismatched formats. | |
DeviceCreate | Device failed to create the handle give the descriptor. |