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::TextureProperty Struct Reference

#include <qssgrendercustommaterial_p.h>

+ Collaboration diagram for QSSGRenderCustomMaterial::TextureProperty:

Public Attributes

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

Detailed Description

Definition at line 40 of file qssgrendercustommaterial_p.h.

Member Data Documentation

◆ depthTilingChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::depthTilingChangedConn

Definition at line 58 of file qssgrendercustommaterial_p.h.

◆ horizontalClampType

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

Definition at line 49 of file qssgrendercustommaterial_p.h.

◆ horizontalTilingChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::horizontalTilingChangedConn

Definition at line 56 of file qssgrendercustommaterial_p.h.

◆ lastConnectedTexture

QQuick3DTexture* QSSGRenderCustomMaterial::TextureProperty::lastConnectedTexture = nullptr

Definition at line 52 of file qssgrendercustommaterial_p.h.

◆ magFilterChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::magFilterChangedConn

Definition at line 54 of file qssgrendercustommaterial_p.h.

◆ magFilterType

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

Definition at line 47 of file qssgrendercustommaterial_p.h.

◆ minFilterChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::minFilterChangedConn

Definition at line 53 of file qssgrendercustommaterial_p.h.

◆ minFilterType

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

Definition at line 46 of file qssgrendercustommaterial_p.h.

◆ mipFilterChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::mipFilterChangedConn

Definition at line 55 of file qssgrendercustommaterial_p.h.

◆ mipFilterType

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

Definition at line 48 of file qssgrendercustommaterial_p.h.

◆ name

QByteArray QSSGRenderCustomMaterial::TextureProperty::name

◆ shaderDataType

QSSGRenderShaderValue::Type QSSGRenderCustomMaterial::TextureProperty::shaderDataType

◆ texImage

QSSGRenderImage* QSSGRenderCustomMaterial::TextureProperty::texImage = nullptr

Definition at line 43 of file qssgrendercustommaterial_p.h.

◆ texInput

QQuick3DShaderUtilsTextureInput* QSSGRenderCustomMaterial::TextureProperty::texInput = nullptr

◆ verticalClampType

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

Definition at line 50 of file qssgrendercustommaterial_p.h.

◆ verticalTilingChangedConn

QMetaObject::Connection QSSGRenderCustomMaterial::TextureProperty::verticalTilingChangedConn

Definition at line 57 of file qssgrendercustommaterial_p.h.

◆ zClampType

QSSGRenderTextureCoordOp QSSGRenderCustomMaterial::TextureProperty::zClampType = QSSGRenderTextureCoordOp::ClampToEdge

Definition at line 51 of file qssgrendercustommaterial_p.h.


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