render/egl: document that config may be zero
This commit is contained in:
parent
dd920f602e
commit
34b14d2fee
|
@ -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…
Reference in New Issue