Enum three_d::Error [−][src]
pub enum Error {
ProgramError {
message: String,
},
RenderTargetError {
message: String,
},
TextureError {
message: String,
},
BufferError {
message: String,
},
MeshError {
message: String,
},
CameraError {
message: String,
},
}Expand description
Error in some part of the render engine.
Variants
Expand description
An error in a shader program.
Show fields
Fields of ProgramError
message: StringExpand description
Error message
Expand description
An error when using a render target.
Show fields
Fields of RenderTargetError
message: StringExpand description
Error message
Expand description
An error when using a texture.
Show fields
Fields of TextureError
message: StringExpand description
Error message
Expand description
An error when using a buffer.
Show fields
Fields of BufferError
message: StringExpand description
Error message
Expand description
An error when using a mesh.
Show fields
Fields of MeshError
message: StringExpand description
Error message
Expand description
An error when using a camera.
Show fields
Fields of CameraError
message: StringExpand description
Error message