QOffscreensurface
This commit is contained in:
parent
8d17aa40fd
commit
3b14bb44b9
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
// Copyright 2014 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <QApplication>
|
||||
#include <QHBoxLayout>
|
||||
#include <QKeyEvent>
|
||||
#include <QOffScreenSurface>
|
||||
#include <QOffscreenSurface>
|
||||
#include <QOpenGLContext>
|
||||
#include <QOpenGLFunctions>
|
||||
#include <QScreen>
|
||||
|
|
Loading…
Reference in a new issue