Enum gfx::shade::core::CreateShaderError
[−]
[src]
pub enum CreateShaderError {
ModelNotSupported,
StageNotSupported(Stage),
CompilationFailed(String),
}An error type for creating shaders.
Variants
ModelNotSupported | The device does not support the requested shader model. | |
StageNotSupported | The device does not support the shader stage. | |
CompilationFailed | The shader failed to compile. |