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 635 of file qssgrhicontext_p.h.

Member Function Documentation

◆ isValid()

bool QSSGRhiRenderableTexture::isValid ( ) const
inline

Definition at line 642 of file qssgrhicontext_p.h.

◆ reset()

void QSSGRhiRenderableTexture::reset ( )
inline

Definition at line 649 of file qssgrhicontext_p.h.

References resetRenderTarget().

Here is the call graph for this function:

◆ resetRenderTarget()

void QSSGRhiRenderableTexture::resetRenderTarget ( )
inline

Definition at line 643 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 638 of file qssgrhicontext_p.h.

◆ depthTexture

QRhiTexture* QSSGRhiRenderableTexture::depthTexture = nullptr

Definition at line 639 of file qssgrhicontext_p.h.

◆ rpDesc

QRhiRenderPassDescriptor* QSSGRhiRenderableTexture::rpDesc = nullptr

Definition at line 640 of file qssgrhicontext_p.h.

◆ rt

QRhiTextureRenderTarget* QSSGRhiRenderableTexture::rt = nullptr

Definition at line 641 of file qssgrhicontext_p.h.

◆ texture

QRhiTexture* QSSGRhiRenderableTexture::texture = nullptr

Definition at line 637 of file qssgrhicontext_p.h.


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