mirror of
https://github.com/brl/mutter.git
synced 2025-03-19 01:35:04 +00:00

The texture driver functions are now accessed through a vtable pointed to by a struct in the CoglContext so that eventually it will be possible to compile both the GL and GLES texture drivers into a single binary and then select between them at runtime.