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