mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
37 lines
960 B
Plaintext
37 lines
960 B
Plaintext
|
// Copyright (C) 2013 Klaralvdalens Datakonsult AB (KDAB)
|
||
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||
|
/***************************************************************************
|
||
|
** This file was generated by glgen version 0.1
|
||
|
** Command line was: glgen
|
||
|
**
|
||
|
** glgen is Copyright (C) 2012 Klaralvdalens Datakonsult AB (KDAB)
|
||
|
**
|
||
|
** This is an auto-generated file.
|
||
|
** Do not edit! All changes made to it will be lost.
|
||
|
**
|
||
|
****************************************************************************/
|
||
|
|
||
|
#ifndef QOPENGLVERSIONFUNCTIONFACTORY_P_H
|
||
|
#define QOPENGLVERSIONFUNCTIONFACTORY_P_H
|
||
|
|
||
|
#ifndef QT_NO_OPENGL
|
||
|
|
||
|
#include <QtCore/QtGlobal>
|
||
|
#include <QtGui/qopenglcontext.h>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class QAbstractOpenGLFunctions;
|
||
|
|
||
|
class QOpenGLVersionFunctionsFactory
|
||
|
{
|
||
|
public:
|
||
|
static QAbstractOpenGLFunctions *create(const QOpenGLVersionProfile &versionProfile);
|
||
|
};
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // QT_NO_OPENGL
|
||
|
|
||
|
#endif
|