Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 764 of file qssgrhicontext_p.h.

Member Function Documentation

◆ isValid()

bool QSSGRhiRenderableTexture::isValid ( ) const
inline

Definition at line 771 of file qssgrhicontext_p.h.

◆ reset()

void QSSGRhiRenderableTexture::reset ( )
inline

Definition at line 778 of file qssgrhicontext_p.h.

References resetRenderTarget().

Here is the call graph for this function:

◆ resetRenderTarget()

void QSSGRhiRenderableTexture::resetRenderTarget ( )
inline

Definition at line 772 of file qssgrhicontext_p.h.

Referenced by reset().

Here is the caller graph for this function:

Member Data Documentation

◆ depthStencil

QRhiRenderBuffer* QSSGRhiRenderableTexture::depthStencil = nullptr

Definition at line 767 of file qssgrhicontext_p.h.

◆ depthTexture

QRhiTexture* QSSGRhiRenderableTexture::depthTexture = nullptr

Definition at line 768 of file qssgrhicontext_p.h.

◆ rpDesc

QRhiRenderPassDescriptor* QSSGRhiRenderableTexture::rpDesc = nullptr

Definition at line 769 of file qssgrhicontext_p.h.

◆ rt

QRhiTextureRenderTarget* QSSGRhiRenderableTexture::rt = nullptr

Definition at line 770 of file qssgrhicontext_p.h.

◆ texture

QRhiTexture* QSSGRhiRenderableTexture::texture = nullptr

Definition at line 766 of file qssgrhicontext_p.h.


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