pub enum ErrorKind {
Show variants
ContextCreationError,
OutOfMemory,
MapError,
OutOfBounds,
SizeGreaterThanMaxSize,
NoColorAttachments,
MaxColorAttachments,
FramebufferCreationError,
ProgramCreationError,
CompileError,
LinkError,
UniformNotFound,
ZeroWidth,
ZeroHeight,
ZeroDepth,
WidthTooBig,
HeightTooBig,
DepthTooBig,
CorruptedImage,
FormatSizeBiggerThanAllocated,
FormatSizeBiggerThanData,
FormatMandatoryOnCompressed,
FormatNotSupported,
NotSquareImage,
DifferentFormatsPerImage,
DifferentDimensionsPerImage,
VaoCreationError,
AttributeNotFound,
WaitFailed,
NotReady,
}