mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +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)]
|
||||
pub enum CreationError {
|
||||
OsError(String),
|
||||
/// TODO: remove this error
|
||||
NotSupported,
|
||||
RobustnessNotSupported,
|
||||
OpenGlVersionNotSupported,
|
||||
|
|
Loading…
Reference in a new issue