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

(2122b623a78f5c2217b4e72cc36ce06eb0ed8dfb)

#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()

static 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.