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

(9036bfe98f5d9c1f915347feaf7d9d1a10f04fd8)

#include "qssgrendershaderlibrarymanager_p.h"
#include "../qssgrendercontextcore.h"
#include <QtQuick3DRuntimeRender/private/qssgrenderloadedtexture_p.h>
#include <QXmlStreamReader>
#include <QFileInfo>
#include <QCryptographicHash>
#include <QtQuick3DRuntimeRender/private/qssgruntimerenderlogging_p.h>
Include dependency graph for qssgrendershaderlibrarymanager.cpp:

Go to the source code of this file.

Macros

#define COMPARE_PROP(x)

Functions

static QByteArray includeSearch ()
static QByteArray copyrightHeaderStart ()
static QByteArray copyrightHeaderEnd ()
static char stageKey (QSSGShaderCache::ShaderType type)

Macro Definition Documentation

◆ COMPARE_PROP

#define COMPARE_PROP ( x)
Value:
if (props.x.getValue(key1) < props.x.getValue(key2)) return true;
GLenum GLuint GLsizei const GLenum * props
GLuint64EXT GLuint GLuint GLenum GLenum GLuint GLuint GLenum GLuint GLuint key1

Function Documentation

◆ copyrightHeaderEnd()

QByteArray copyrightHeaderEnd ( )
static

Definition at line 24 of file qssgrendershaderlibrarymanager.cpp.

◆ copyrightHeaderStart()

QByteArray copyrightHeaderStart ( )
static

Definition at line 23 of file qssgrendershaderlibrarymanager.cpp.

◆ includeSearch()

QByteArray includeSearch ( )
static

Definition at line 22 of file qssgrendershaderlibrarymanager.cpp.

◆ stageKey()

char stageKey ( QSSGShaderCache::ShaderType type)
inlinestatic

Definition at line 30 of file qssgrendershaderlibrarymanager.cpp.