render/egl: document that config may be zero

master
Simon Ser 4 years ago
parent dd920f602e
commit 34b14d2fee
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -39,7 +39,7 @@ struct wlr_egl_context {
struct wlr_egl {
EGLenum platform;
EGLDisplay display;
EGLConfig config;
EGLConfig config; // may be EGL_NO_CONFIG
EGLContext context;
EGLDeviceEXT device; // may be EGL_NO_DEVICE_EXT

Loading…
Cancel
Save