Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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, QSSGRenderShaderDataType shaderDataType, int pid=-1)
 

Public Attributes

QByteArray name
 
QVariant value
 
QSSGRenderShaderDataType shaderDataType
 
int pid
 

Detailed Description

Definition at line 57 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,
QSSGRenderShaderDataType  shaderDataType,
int  pid = -1 
)
inline

Definition at line 60 of file qssgrendercustommaterial_p.h.

Member Data Documentation

◆ name

QByteArray QSSGRenderCustomMaterial::Property::name

Definition at line 63 of file qssgrendercustommaterial_p.h.

◆ pid

int QSSGRenderCustomMaterial::Property::pid

Definition at line 66 of file qssgrendercustommaterial_p.h.

◆ shaderDataType

QSSGRenderShaderDataType QSSGRenderCustomMaterial::Property::shaderDataType

Definition at line 65 of file qssgrendercustommaterial_p.h.

◆ value

QVariant QSSGRenderCustomMaterial::Property::value

Definition at line 64 of file qssgrendercustommaterial_p.h.


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