![]() |
Qt 6.x
The Qt SDK
|
#include <qsgbatchrenderer_p.h>
Collaboration diagram for QSGBatchRenderer::GraphicsPipelineStateKey:Static Public Member Functions | |
| static GraphicsPipelineStateKey | create (const GraphicsState &state, const ShaderManagerShader *sms, const QRhiRenderPassDescriptor *rpDesc, const QRhiShaderResourceBindings *srb) |
Public Attributes | ||
| GraphicsState | state | |
| const ShaderManagerShader * | sms | |
| QVector< quint32 > | renderTargetDescription | |
| QVector< quint32 > | srbLayoutDescription | |
| struct { | ||
| size_t renderTargetDescriptionHash | ||
| size_t srbLayoutDescriptionHash | ||
| } | extra | |
Definition at line 618 of file qsgbatchrenderer_p.h.
|
inlinestatic |
Definition at line 628 of file qsgbatchrenderer_p.h.
References QSGBatchRenderer::qHash(), QRhiRenderPassDescriptor::serializedFormat(), QRhiShaderResourceBindings::serializedLayoutDescription(), and state.
Here is the call graph for this function:| struct { ... } QSGBatchRenderer::GraphicsPipelineStateKey::extra |
Definition at line 622 of file qsgbatchrenderer_p.h.
| size_t QSGBatchRenderer::GraphicsPipelineStateKey::renderTargetDescriptionHash |
Definition at line 625 of file qsgbatchrenderer_p.h.
| const ShaderManagerShader* QSGBatchRenderer::GraphicsPipelineStateKey::sms |
Definition at line 621 of file qsgbatchrenderer_p.h.
Definition at line 623 of file qsgbatchrenderer_p.h.
| size_t QSGBatchRenderer::GraphicsPipelineStateKey::srbLayoutDescriptionHash |
Definition at line 626 of file qsgbatchrenderer_p.h.
| GraphicsState QSGBatchRenderer::GraphicsPipelineStateKey::state |
Definition at line 620 of file qsgbatchrenderer_p.h.