![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrhicontext_p.h>
Public Member Functions | |
bool | isValid () const |
void | resetRenderTarget () |
void | reset () |
Public Attributes | |
QRhiTexture * | texture = nullptr |
QRhiRenderBuffer * | depthStencil = nullptr |
QRhiRenderPassDescriptor * | rpDesc = nullptr |
QRhiTextureRenderTarget * | rt = nullptr |
Definition at line 714 of file qssgrhicontext_p.h.
|
inline |
Definition at line 720 of file qssgrhicontext_p.h.
Referenced by SSAOMapPass::renderPass(), DepthMapPass::renderPass(), ScreenMapPass::renderPass(), and SSAOMapPass::renderPrep().
|
inline |
Definition at line 727 of file qssgrhicontext_p.h.
References depthStencil, resetRenderTarget(), and texture.
Referenced by SSAOMapPass::release(), DepthMapPass::release(), ScreenMapPass::release(), SSAOMapPass::renderPrep(), DepthMapPass::renderPrep(), ScreenMapPass::renderPrep(), RenderHelpers::rhiPrepareAoTexture(), RenderHelpers::rhiPrepareDepthTexture(), and RenderHelpers::rhiPrepareScreenTexture().
|
inline |
Definition at line 721 of file qssgrhicontext_p.h.
Referenced by reset(), RenderHelpers::rhiPrepareAoTexture(), RenderHelpers::rhiPrepareDepthTexture(), and RenderHelpers::rhiPrepareScreenTexture().
QRhiRenderBuffer* QSSGRhiRenderableTexture::depthStencil = nullptr |
Definition at line 717 of file qssgrhicontext_p.h.
Referenced by reset(), and RenderHelpers::rhiPrepareScreenTexture().
QRhiRenderPassDescriptor* QSSGRhiRenderableTexture::rpDesc = nullptr |
Definition at line 718 of file qssgrhicontext_p.h.
Referenced by isValid(), DepthMapPass::renderPrep(), ScreenMapPass::renderPrep(), resetRenderTarget(), RenderHelpers::rhiPrepareAoTexture(), RenderHelpers::rhiPrepareDepthTexture(), and RenderHelpers::rhiPrepareScreenTexture().
QRhiTextureRenderTarget* QSSGRhiRenderableTexture::rt = nullptr |
Definition at line 719 of file qssgrhicontext_p.h.
Referenced by isValid(), DepthMapPass::renderPass(), ScreenMapPass::renderPass(), resetRenderTarget(), RenderHelpers::rhiPrepareAoTexture(), RenderHelpers::rhiPrepareDepthTexture(), RenderHelpers::rhiPrepareScreenTexture(), and RenderHelpers::rhiRenderAoTexture().
QRhiTexture* QSSGRhiRenderableTexture::texture = nullptr |
Definition at line 716 of file qssgrhicontext_p.h.
Referenced by QSSGRenderer::getLayerGlobalRenderProperties(), ScreenMapPass::renderPass(), QQuick3DSceneRenderer::renderToRhiTexture(), reset(), RenderHelpers::rhiPrepareAoTexture(), RenderHelpers::rhiPrepareDepthTexture(), RenderHelpers::rhiPrepareScreenTexture(), and RenderHelpers::rhiRenderAoTexture().