You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Waffle 1.3 requires that the user initialize the library with waffle_init() before calling waffle_display_connect(). Calling waffle_init() a second time produces an error.
This design is bogus. If multiple uncoordinated components of some application each call waffle_init(), who succeeds and who fails?
Waffle should deprecate waffle_init() and waffle_display_connect() and replace them with something modeled after eglGetPlatformDisplay() from EGL 1.5.
Waffle 1.3 requires that the user initialize the library with waffle_init() before calling
waffle_display_connect(). Callingwaffle_init()a second time produces an error.This design is bogus. If multiple uncoordinated components of some application each call
waffle_init(), who succeeds and who fails?Waffle should deprecate
waffle_init()andwaffle_display_connect()and replace them with something modeled aftereglGetPlatformDisplay()from EGL 1.5.