![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrhicontext_p.h>
Public Member Functions | |
| bool | isValid () const |
| void | resetRenderTarget () |
| void | reset () |
Public Attributes | |
| QRhiTexture * | texture = nullptr |
| QRhiRenderBuffer * | depthStencil = nullptr |
| QRhiTexture * | depthTexture = nullptr |
| QRhiRenderPassDescriptor * | rpDesc = nullptr |
| QRhiTextureRenderTarget * | rt = nullptr |
Definition at line 635 of file qssgrhicontext_p.h.
|
inline |
Definition at line 642 of file qssgrhicontext_p.h.
|
inline |
Definition at line 649 of file qssgrhicontext_p.h.
References resetRenderTarget().
|
inline |
Definition at line 643 of file qssgrhicontext_p.h.
Referenced by reset().
| QRhiRenderBuffer* QSSGRhiRenderableTexture::depthStencil = nullptr |
Definition at line 638 of file qssgrhicontext_p.h.
| QRhiTexture* QSSGRhiRenderableTexture::depthTexture = nullptr |
Definition at line 639 of file qssgrhicontext_p.h.
| QRhiRenderPassDescriptor* QSSGRhiRenderableTexture::rpDesc = nullptr |
Definition at line 640 of file qssgrhicontext_p.h.
| QRhiTextureRenderTarget* QSSGRhiRenderableTexture::rt = nullptr |
Definition at line 641 of file qssgrhicontext_p.h.
| QRhiTexture* QSSGRhiRenderableTexture::texture = nullptr |
Definition at line 637 of file qssgrhicontext_p.h.