Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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

Definition at line 241 of file qssgrendershadercache_p.h.

Enumeration Type Documentation

◆ Status

Enumerator
Success 
Error 

Definition at line 236 of file qssgrendershadercache_p.h.

Function Documentation

◆ setStatusCallback()

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

Definition at line 670 of file qssgrendershadercache.cpp.

References cb, and s_statusCallback.