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
qquickshadereffectsource.cpp File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include "qquickshadereffectsource_p.h"
#include "qquickitem_p.h"
#include "qquickwindow_p.h"
#include <private/qsgadaptationlayer_p.h>
#include <QtQuick/private/qsgrenderer_p.h>
#include <qsgsimplerectnode.h>
#include "qmath.h"
#include <QtQuick/private/qsgtexture_p.h>
#include <QtCore/QRunnable>
#include "qquickshadereffectsource.moc"
#include "moc_qquickshadereffectsource_p.cpp"
Include dependency graph for qquickshadereffectsource.cpp:

Go to the source code of this file.

Classes

class  QQuickShaderEffectSourceTextureProvider
class  QQuickShaderEffectSourceCleanup
class  QQuickShaderSourceAttachedNode

Functions

static void get_wrap_mode (QQuickShaderEffectSource::WrapMode mode, QSGTexture::WrapMode *hWrap, QSGTexture::WrapMode *vWrap)
static QSGLayer::Format toLayerFormat (QQuickShaderEffectSource::Format format)

Function Documentation

◆ get_wrap_mode()

void get_wrap_mode ( QQuickShaderEffectSource::WrapMode mode,
QSGTexture::WrapMode * hWrap,
QSGTexture::WrapMode * vWrap )
static

Definition at line 598 of file qquickshadereffectsource.cpp.

◆ toLayerFormat()

QSGLayer::Format toLayerFormat ( QQuickShaderEffectSource::Format format)
static

Definition at line 643 of file qquickshadereffectsource.cpp.