mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Add smaall TODO
This commit is contained in:
parent
57a1d546e7
commit
7fe828bed3
|
@ -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…
Reference in a new issue