![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qdxgivsyncservice_p.h"
#include <QThread>
#include <QWaitCondition>
#include <QElapsedTimer>
#include <QCoreApplication>
#include <QLoggingCategory>
#include <QScreen>
#include <QVarLengthArray>
#include <QtCore/private/qsystemerror_p.h>
Go to the source code of this file.
Classes | |
class | QDxgiVSyncThread |
Functions | |
QT_BEGIN_NAMESPACE | Q_STATIC_LOGGING_CATEGORY (lcQpaScreenUpdates, "qt.qpa.screen.updates", QtCriticalMsg) |
static IDXGIOutput * | outputForWindow (QWindow *w, IDXGIAdapter *adapter) |
|
static |
Definition at line 283 of file qdxgivsyncservice.cpp.
QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY | ( | lcQpaScreenUpdates | , |
"qt.qpa.screen.updates" | , | ||
QtCriticalMsg | ) |