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
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
linyaa-kiwi
changed the title
Deprecate waffle_init
Deprecate waffle_init and waffle_display_connect
Apr 19, 2014
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.The text was updated successfully, but these errors were encountered: