Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
shmserverbufferintegration.cpp File Reference

(58e68f1981d0ba0a80e373dd5ca78a9260824c36)

#include "shmserverbufferintegration.h"
#include <QtWaylandClient/private/qwaylanddisplay_p.h>
#include <QDebug>
#include <QtOpenGL/QOpenGLTexture>
#include <QtGui/QOpenGLContext>
#include <QtGui/QImage>
#include <QtCore/QSharedMemory>
Include dependency graph for shmserverbufferintegration.cpp:

Go to the source code of this file.

Namespaces

namespace  QtWaylandClient

Functions

static QT_BEGIN_NAMESPACE QOpenGLTexturecreateTextureFromShm (const QString &key, int w, int h, int bpl, int format)

Function Documentation

◆ createTextureFromShm()

QT_BEGIN_NAMESPACE QOpenGLTexture * createTextureFromShm ( const QString & key,
int w,
int h,
int bpl,
int format )
static

Definition at line 14 of file shmserverbufferintegration.cpp.