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
QSGBatchRenderer::ShaderManagerShader Struct Reference

#include <qsgbatchrenderer_p.h>

+ Collaboration diagram for QSGBatchRenderer::ShaderManagerShader:

Public Member Functions

 ~ShaderManagerShader ()
 

Public Attributes

QSGMaterialShadermaterialShader = nullptr
 
QRhiVertexInputLayout inputLayout
 
QVarLengthArray< QRhiShaderStage, 2 > stages
 
float lastOpacity
 

Detailed Description

Definition at line 655 of file qsgbatchrenderer_p.h.

Constructor & Destructor Documentation

◆ ~ShaderManagerShader()

QSGBatchRenderer::ShaderManagerShader::~ShaderManagerShader ( )
inline

Definition at line 657 of file qsgbatchrenderer_p.h.

Member Data Documentation

◆ inputLayout

QRhiVertexInputLayout QSGBatchRenderer::ShaderManagerShader::inputLayout

Definition at line 661 of file qsgbatchrenderer_p.h.

◆ lastOpacity

float QSGBatchRenderer::ShaderManagerShader::lastOpacity

Definition at line 663 of file qsgbatchrenderer_p.h.

◆ materialShader

QSGMaterialShader* QSGBatchRenderer::ShaderManagerShader::materialShader = nullptr

Definition at line 660 of file qsgbatchrenderer_p.h.

◆ stages

QVarLengthArray<QRhiShaderStage, 2> QSGBatchRenderer::ShaderManagerShader::stages

Definition at line 662 of file qsgbatchrenderer_p.h.


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