Add smaall TODO

This commit is contained in:
Pierre Krieger 2015-07-20 19:43:36 +02:00
parent 57a1d546e7
commit 7fe828bed3

View file

@ -108,6 +108,7 @@ pub trait GlContext {
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum CreationError {
OsError(String),
/// TODO: remove this error
NotSupported,
RobustnessNotSupported,
OpenGlVersionNotSupported,