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
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 242 of file qssgrendershadercache_p.h.

Enumeration Type Documentation

◆ Status

Enumerator
Success 
Error 

Definition at line 237 of file qssgrendershadercache_p.h.

Function Documentation

◆ setStatusCallback()

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

Definition at line 691 of file qssgrendershadercache.cpp.