1
2#else
3
4// No need for backend classes with function pointers with ES2.
5// All function addresses are independent of context and display.
6
7#endif // !QT_OPENGL_ES_2
8
9QT_END_NAMESPACE
10
11#endif // QT_NO_OPENGL
12
13#endif
14