![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrhicontext_p.h>
Public Attributes | |
QRhiBuffer * | ubuf = nullptr |
QRhiShaderResourceBindings * | srb = nullptr |
QSSGRhiShaderResourceBindingList | bindings |
QRhiGraphicsPipeline * | pipeline = nullptr |
size_t | renderTargetDescriptionHash = 0 |
QVector< quint32 > | renderTargetDescription |
QSSGRhiGraphicsPipelineState | ps |
Definition at line 703 of file qssgrhicontext_p.h.
QSSGRhiShaderResourceBindingList QSSGRhiDrawCallData::bindings |
Definition at line 707 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContext::releaseDrawCallData(), RenderHelpers::rhiPrepareRenderable(), QSSGCustomMaterialSystem::rhiPrepareRenderable(), and QSSGParticleRenderer::rhiPrepareRenderable().
QRhiGraphicsPipeline* QSSGRhiDrawCallData::pipeline = nullptr |
Definition at line 708 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContext::releaseDrawCallData(), RenderHelpers::rhiPrepareRenderable(), QSSGCustomMaterialSystem::rhiPrepareRenderable(), and QSSGParticleRenderer::rhiPrepareRenderable().
QSSGRhiGraphicsPipelineState QSSGRhiDrawCallData::ps |
Definition at line 711 of file qssgrhicontext_p.h.
Referenced by RenderHelpers::rhiPrepareRenderable(), QSSGCustomMaterialSystem::rhiPrepareRenderable(), and QSSGParticleRenderer::rhiPrepareRenderable().
Definition at line 710 of file qssgrhicontext_p.h.
Referenced by RenderHelpers::rhiPrepareRenderable(), QSSGCustomMaterialSystem::rhiPrepareRenderable(), and QSSGParticleRenderer::rhiPrepareRenderable().
size_t QSSGRhiDrawCallData::renderTargetDescriptionHash = 0 |
Definition at line 709 of file qssgrhicontext_p.h.
Referenced by RenderHelpers::rhiPrepareRenderable(), QSSGCustomMaterialSystem::rhiPrepareRenderable(), and QSSGParticleRenderer::rhiPrepareRenderable().
QRhiShaderResourceBindings* QSSGRhiDrawCallData::srb = nullptr |
Definition at line 706 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContext::releaseDrawCallData(), MainPass::renderPass(), MainPass::renderPrep(), RenderHelpers::rhiPrepareRenderable(), QSSGCustomMaterialSystem::rhiPrepareRenderable(), and QSSGParticleRenderer::rhiPrepareRenderable().
QRhiBuffer* QSSGRhiDrawCallData::ubuf = nullptr |
Definition at line 705 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContext::releaseDrawCallData(), MainPass::renderPrep(), QQuick3DSceneRenderer::renderToRhiTexture(), RenderHelpers::rhiPrepareDepthPass(), RenderHelpers::rhiPrepareGrid(), RenderHelpers::rhiPrepareRenderable(), QSSGCustomMaterialSystem::rhiPrepareRenderable(), QSSGParticleRenderer::rhiPrepareRenderable(), rhiPrepareResourcesForShadowMap(), RenderHelpers::rhiRenderAoTexture(), and RenderHelpers::rhiRenderShadowMap().