Enum gfx::shade::ProgramError
[−]
[src]
pub enum ProgramError {
Vertex(CreateShaderError),
Pixel(CreateShaderError),
Link(CreateProgramError),
}Program linking error
Variants
Vertex | Unable to compile the vertex shader | |
Pixel | Unable to compile the pixel shader | |
Link | Unable to link |