![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendercustommaterial_p.h>
Public Member Functions | |
Property ()=default | |
Property (const QByteArray &name, const QVariant &value, QSSGRenderShaderValue::Type shaderDataType, int pid=-1) |
Public Attributes | |
QByteArray | name |
QVariant | value |
QSSGRenderShaderValue::Type | shaderDataType |
int | pid |
Definition at line 62 of file qssgrendercustommaterial_p.h.
|
default |
|
inline |
Definition at line 65 of file qssgrendercustommaterial_p.h.
QByteArray QSSGRenderCustomMaterial::Property::name |
Definition at line 68 of file qssgrendercustommaterial_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
int QSSGRenderCustomMaterial::Property::pid |
Definition at line 71 of file qssgrendercustommaterial_p.h.
QSSGRenderShaderValue::Type QSSGRenderCustomMaterial::Property::shaderDataType |
Definition at line 70 of file qssgrendercustommaterial_p.h.
QVariant QSSGRenderCustomMaterial::Property::value |
Definition at line 69 of file qssgrendercustommaterial_p.h.