Enum three_d::core::CoreError [−][src]
pub enum CoreError {
Show 20 variants
ShaderCreation,
ShaderCompilation(String, String),
ShaderLink(String),
UnusedUniform(String),
UnusedAttribute(String),
RenderTargetCreation,
RenderTargetCopy(String, String),
ReadWrongFormat,
TextureCreation,
InvalidTextureLength(usize, usize),
MissingMeshBuffer(String),
MissingBitangent,
InvalidBufferLength(String, usize),
FailedComputingTangents,
InvalidIndexBuffer(usize),
InvalidPositionBuffer(usize),
InvalidUniformBufferElementLength(u32, usize, usize),
IndexOutOfRange(usize, usize),
NegativeDistance,
MinimumLargerThanMaximum,
}
Expand description
Error in the core module.
Variants
ShaderCreation
ShaderCompilation(String, String)
ShaderLink(String)
Tuple Fields
0: String
UnusedUniform(String)
Tuple Fields
0: String
UnusedAttribute(String)
Tuple Fields
0: String
RenderTargetCreation
RenderTargetCopy(String, String)
ReadWrongFormat
TextureCreation
InvalidTextureLength(usize, usize)
MissingMeshBuffer(String)
Tuple Fields
0: String
MissingBitangent
InvalidBufferLength(String, usize)
FailedComputingTangents
InvalidIndexBuffer(usize)
Tuple Fields
0: usize
InvalidPositionBuffer(usize)
Tuple Fields
0: usize
InvalidUniformBufferElementLength(u32, usize, usize)
IndexOutOfRange(usize, usize)
NegativeDistance
MinimumLargerThanMaximum
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CoreError
impl UnwindSafe for CoreError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more