Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSSGRenderCustomMaterial::TextureProperty Struct Reference

#include <qssgrendercustommaterial_p.h>

+ Collaboration diagram for QSSGRenderCustomMaterial::TextureProperty:

Public Attributes

QQuick3DShaderUtilsTextureInputtexInput = nullptr
 
QSSGRenderImagetexImage = nullptr
 
QByteArray name
 
QSSGRenderShaderDataType shaderDataType
 
QSSGRenderTextureFilterOp minFilterType = QSSGRenderTextureFilterOp::Linear
 
QSSGRenderTextureFilterOp magFilterType = QSSGRenderTextureFilterOp::Linear
 
QSSGRenderTextureFilterOp mipFilterType = QSSGRenderTextureFilterOp::Linear
 
QSSGRenderTextureCoordOp horizontalClampType = QSSGRenderTextureCoordOp::ClampToEdge
 
QSSGRenderTextureCoordOp verticalClampType = QSSGRenderTextureCoordOp::ClampToEdge
 
QQuick3DTexturelastConnectedTexture = nullptr
 
QMetaObject::Connection minFilterChangedConn
 
QMetaObject::Connection magFilterChangedConn
 
QMetaObject::Connection mipFilterChangedConn
 
QMetaObject::Connection horizontalTilingChangedConn
 
QMetaObject::Connection verticalTilingChangedConn
 

Detailed Description

Definition at line 37 of file qssgrendercustommaterial_p.h.

Member Data Documentation

◆ horizontalClampType

QSSGRenderTextureCoordOp QSSGRenderCustomMaterial::TextureProperty::horizontalClampType = QSSGRenderTextureCoordOp::ClampToEdge

Definition at line 46 of file qssgrendercustommaterial_p.h.

◆ horizontalTilingChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::horizontalTilingChangedConn

Definition at line 52 of file qssgrendercustommaterial_p.h.

◆ lastConnectedTexture

QQuick3DTexture* QSSGRenderCustomMaterial::TextureProperty::lastConnectedTexture = nullptr

Definition at line 48 of file qssgrendercustommaterial_p.h.

◆ magFilterChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::magFilterChangedConn

Definition at line 50 of file qssgrendercustommaterial_p.h.

◆ magFilterType

QSSGRenderTextureFilterOp QSSGRenderCustomMaterial::TextureProperty::magFilterType = QSSGRenderTextureFilterOp::Linear

Definition at line 44 of file qssgrendercustommaterial_p.h.

◆ minFilterChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::minFilterChangedConn

Definition at line 49 of file qssgrendercustommaterial_p.h.

◆ minFilterType

QSSGRenderTextureFilterOp QSSGRenderCustomMaterial::TextureProperty::minFilterType = QSSGRenderTextureFilterOp::Linear

Definition at line 43 of file qssgrendercustommaterial_p.h.

◆ mipFilterChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::mipFilterChangedConn

Definition at line 51 of file qssgrendercustommaterial_p.h.

◆ mipFilterType

QSSGRenderTextureFilterOp QSSGRenderCustomMaterial::TextureProperty::mipFilterType = QSSGRenderTextureFilterOp::Linear

Definition at line 45 of file qssgrendercustommaterial_p.h.

◆ name

QByteArray QSSGRenderCustomMaterial::TextureProperty::name

◆ shaderDataType

QSSGRenderShaderDataType QSSGRenderCustomMaterial::TextureProperty::shaderDataType

◆ texImage

QSSGRenderImage* QSSGRenderCustomMaterial::TextureProperty::texImage = nullptr

Definition at line 40 of file qssgrendercustommaterial_p.h.

◆ texInput

QQuick3DShaderUtilsTextureInput* QSSGRenderCustomMaterial::TextureProperty::texInput = nullptr

◆ verticalClampType

QSSGRenderTextureCoordOp QSSGRenderCustomMaterial::TextureProperty::verticalClampType = QSSGRenderTextureCoordOp::ClampToEdge

Definition at line 47 of file qssgrendercustommaterial_p.h.

◆ verticalTilingChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::verticalTilingChangedConn

Definition at line 53 of file qssgrendercustommaterial_p.h.


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