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
QSSGRhiRenderableTexture Struct Reference

#include <qssgrhicontext_p.h>

+ Collaboration diagram for QSSGRhiRenderableTexture:

Public Member Functions

bool isValid () const
 
void resetRenderTarget ()
 
void reset ()
 

Public Attributes

QRhiTexturetexture = nullptr
 
QRhiRenderBufferdepthStencil = nullptr
 
QRhiTexturedepthTexture = nullptr
 
QRhiRenderPassDescriptorrpDesc = nullptr
 
QRhiTextureRenderTargetrt = nullptr
 

Detailed Description

Definition at line 585 of file qssgrhicontext_p.h.

Member Function Documentation

◆ isValid()

bool QSSGRhiRenderableTexture::isValid ( ) const
inline

Definition at line 592 of file qssgrhicontext_p.h.

References rpDesc, and rt.

Referenced by SSAOMapPass::renderPass(), DepthMapPass::renderPass(), ScreenMapPass::renderPass(), ScreenReflectionPass::renderPass(), SSAOMapPass::renderPrep(), and ScreenReflectionPass::renderPrep().

+ Here is the caller graph for this function:

◆ reset()

void QSSGRhiRenderableTexture::reset ( )
inline

Definition at line 599 of file qssgrhicontext_p.h.

References depthStencil, depthTexture, resetRenderTarget(), and texture.

+ Here is the call graph for this function:

◆ resetRenderTarget()

void QSSGRhiRenderableTexture::resetRenderTarget ( )
inline

Definition at line 593 of file qssgrhicontext_p.h.

References rpDesc, and rt.

Referenced by reset().

+ Here is the caller graph for this function:

Member Data Documentation

◆ depthStencil

QRhiRenderBuffer* QSSGRhiRenderableTexture::depthStencil = nullptr

Definition at line 588 of file qssgrhicontext_p.h.

Referenced by reset().

◆ depthTexture

QRhiTexture* QSSGRhiRenderableTexture::depthTexture = nullptr

Definition at line 589 of file qssgrhicontext_p.h.

Referenced by reset().

◆ rpDesc

QRhiRenderPassDescriptor* QSSGRhiRenderableTexture::rpDesc = nullptr

◆ rt

◆ texture


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