blob: 82897fbe83750cac5c80dd8101035cfcc74d78cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#else
// No need for backend classes with function pointers with ES2.
// All function addresses are independent of context and display.
#endif // !QT_CONFIG(opengles2)
QT_END_NAMESPACE
#endif // QT_NO_OPENGL
#endif
|