Add smaall TODO
This commit is contained in:
parent
57a1d546e7
commit
7fe828bed3
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ pub trait GlContext {
|
||||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||||
pub enum CreationError {
|
pub enum CreationError {
|
||||||
OsError(String),
|
OsError(String),
|
||||||
|
/// TODO: remove this error
|
||||||
NotSupported,
|
NotSupported,
|
||||||
RobustnessNotSupported,
|
RobustnessNotSupported,
|
||||||
OpenGlVersionNotSupported,
|
OpenGlVersionNotSupported,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue