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