![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendercommands_p.h>
Public Member Functions | |
| QSSGDepthStencilAttachment () | |
| void | addDebug (QDebug &stream) const |
| Public Member Functions inherited from QSSGCommand | |
| QSSGCommand (CommandType inType) | |
| virtual | ~QSSGCommand () |
| const char * | typeAsString () const |
| QString | debugString () const |
| void | addDebug (QDebug &stream) const |
Public Attributes | |
| QRhiTexture::Format | m_format = QRhiTexture::D24S8 |
| Public Attributes inherited from QSSGCommand | |
| CommandType | m_type |
Definition at line 369 of file qssgrendercommands_p.h.
|
inline |
Definition at line 372 of file qssgrendercommands_p.h.
References QSSGDepthStencilAttachment().
Referenced by QSSGDepthStencilAttachment().
Definition at line 376 of file qssgrendercommands_p.h.
| QRhiTexture::Format QSSGDepthStencilAttachment::m_format = QRhiTexture::D24S8 |
Definition at line 380 of file qssgrendercommands_p.h.