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: StringUnusedUniform(String)
Tuple Fields
0: StringUnusedAttribute(String)
Tuple Fields
0: StringRenderTargetCreation
RenderTargetCopy(String, String)
ReadWrongFormat
TextureCreation
InvalidTextureLength(usize, usize)
MissingMeshBuffer(String)
Tuple Fields
0: StringMissingBitangent
InvalidBufferLength(String, usize)
FailedComputingTangents
InvalidIndexBuffer(usize)
Tuple Fields
0: usizeInvalidPositionBuffer(usize)
Tuple Fields
0: usizeInvalidUniformBufferElementLength(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
