![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgdefaultrendercontext_p.h>
Public Member Functions | |
| QSGDepthStencilBuffer () | |
| QSGDepthStencilBuffer (QRhiRenderBuffer *ds) | |
| ~QSGDepthStencilBuffer () | |
Public Attributes | |
| QRhiRenderBuffer * | ds = nullptr |
| QSGDefaultRenderContext * | rc = nullptr |
Definition at line 37 of file qsgdefaultrendercontext_p.h.
|
inline |
Definition at line 40 of file qsgdefaultrendercontext_p.h.
|
inline |
Definition at line 41 of file qsgdefaultrendercontext_p.h.
References ds.
| QSGDepthStencilBuffer::~QSGDepthStencilBuffer | ( | ) |
Definition at line 392 of file qsgdefaultrendercontext.cpp.
| QRhiRenderBuffer* QSGDepthStencilBuffer::ds = nullptr |
Definition at line 43 of file qsgdefaultrendercontext_p.h.
Referenced by QSGDepthStencilBuffer(), and ~QSGDepthStencilBuffer().
| QSGDefaultRenderContext* QSGDepthStencilBuffer::rc = nullptr |
Definition at line 44 of file qsgdefaultrendercontext_p.h.
Referenced by ~QSGDepthStencilBuffer().