Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwlserverbufferintegration.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
5
7
8namespace QtWayland {
9
11 : m_size(size)
12 , m_format(format)
13{ }
16
17
19{
20 return false;
21}
22
24{ return m_size; }
25
28
31
34
40
41}
42
\inmodule QtCore
Definition qsize.h:25
\qmltype WaylandCompositor \instantiates QWaylandCompositor \inqmlmodule QtWayland....
virtual bool initializeHardware(QWaylandCompositor *)
ServerBuffer(const QSize &size, ServerBuffer::Format format)
Combined button and popup list for selecting options.
static QOpenGLCompositor * compositor
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLint GLsizei GLsizei GLenum format
#define Q_UNUSED(x)