mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
14 lines
221 B
Plaintext
14 lines
221 B
Plaintext
|
|
#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
|