Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtQuick3DEditorHelpers::ShaderBaker Namespace Reference

Typedefs

using StatusCallback = void(*)(const QByteArray &descKey, Status status, const QString &err, QShader::Stage stage)
 

Enumerations

enum class  Status : quint8 { Success , Error }
 

Functions

Q_QUICK3DRUNTIMERENDER_EXPORT void setStatusCallback (StatusCallback cb)
 

Typedef Documentation

◆ StatusCallback

using QtQuick3DEditorHelpers::ShaderBaker::StatusCallback = typedef void(*)(const QByteArray &descKey, Status status, const QString &err, QShader::Stage stage)

Definition at line 228 of file qssgrendershadercache_p.h.

Enumeration Type Documentation

◆ Status

Enumerator
Success 
Error 

Definition at line 223 of file qssgrendershadercache_p.h.

Function Documentation

◆ setStatusCallback()

void QtQuick3DEditorHelpers::ShaderBaker::setStatusCallback ( StatusCallback  cb)

Definition at line 643 of file qssgrendershadercache.cpp.

References cb, and s_statusCallback.