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
QSSGRenderCustomMaterial::Property Struct Reference

#include <qssgrendercustommaterial_p.h>

+ Collaboration diagram for QSSGRenderCustomMaterial::Property:

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
 

Detailed Description

Definition at line 62 of file qssgrendercustommaterial_p.h.

Constructor & Destructor Documentation

◆ Property() [1/2]

QSSGRenderCustomMaterial::Property::Property ( )
default

◆ Property() [2/2]

QSSGRenderCustomMaterial::Property::Property ( const QByteArray & name,
const QVariant & value,
QSSGRenderShaderValue::Type shaderDataType,
int pid = -1 )
inline

Definition at line 65 of file qssgrendercustommaterial_p.h.

Member Data Documentation

◆ name

QByteArray QSSGRenderCustomMaterial::Property::name

Definition at line 68 of file qssgrendercustommaterial_p.h.

◆ pid

int QSSGRenderCustomMaterial::Property::pid

Definition at line 71 of file qssgrendercustommaterial_p.h.

◆ shaderDataType

QSSGRenderShaderValue::Type QSSGRenderCustomMaterial::Property::shaderDataType

Definition at line 70 of file qssgrendercustommaterial_p.h.

◆ value

QVariant QSSGRenderCustomMaterial::Property::value

Definition at line 69 of file qssgrendercustommaterial_p.h.


The documentation for this struct was generated from the following file: