File indexing completed on 2024-05-19 09:23:14

0001 /*
0002     KWin - the KDE window manager
0003     This file is part of the KDE project.
0004 
0005     SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
0006 
0007     SPDX-License-Identifier: GPL-2.0-or-later
0008 */
0009 #include "generic_scene_opengl_test.h"
0010 
0011 class SceneOpenGLESTest : public GenericSceneOpenGLTest
0012 {
0013     Q_OBJECT
0014 public:
0015     SceneOpenGLESTest()
0016         : GenericSceneOpenGLTest(QByteArrayLiteral("O2ES"))
0017     {
0018     }
0019 };
0020 
0021 WAYLANDTEST_MAIN(SceneOpenGLESTest)
0022 #include "scene_opengl_es_test.moc"