![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgbatchrenderer_p.h>
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 622 of file qsgbatchrenderer_p.h.
|
inlinestatic |
Definition at line 632 of file qsgbatchrenderer_p.h.
struct { ... } QSGBatchRenderer::GraphicsPipelineStateKey::extra |
Definition at line 626 of file qsgbatchrenderer_p.h.
size_t QSGBatchRenderer::GraphicsPipelineStateKey::renderTargetDescriptionHash |
Definition at line 629 of file qsgbatchrenderer_p.h.
const ShaderManagerShader* QSGBatchRenderer::GraphicsPipelineStateKey::sms |
Definition at line 625 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::operator==().
Definition at line 627 of file qsgbatchrenderer_p.h.
size_t QSGBatchRenderer::GraphicsPipelineStateKey::srbLayoutDescriptionHash |
Definition at line 630 of file qsgbatchrenderer_p.h.
GraphicsState QSGBatchRenderer::GraphicsPipelineStateKey::state |
Definition at line 624 of file qsgbatchrenderer_p.h.