![]() |
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 | |
| QSSGColorAttachment (const QByteArray &name) | |
| void | addDebug (QDebug &stream) const |
| QSSGRenderTextureFormat | format () 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 | |
| QByteArray | m_name |
| QSSGAllocateTexturePtr | m_textureCmd |
| Public Attributes inherited from QSSGCommand | |
| CommandType | m_type |
Protected Member Functions | |
| QSSGColorAttachment (const QByteArray &name, CommandType type) | |
Definition at line 326 of file qssgrendercommands_p.h.
|
inline |
Definition at line 329 of file qssgrendercommands_p.h.
References QSSGColorAttachment().
Referenced by QSSGColorAttachment().
|
inlineprotected |
Definition at line 350 of file qssgrendercommands_p.h.
References QSSGColorAttachment().
Referenced by QSSGColorAttachment().
Definition at line 334 of file qssgrendercommands_p.h.
|
inline |
Definition at line 338 of file qssgrendercommands_p.h.
| QByteArray QSSGColorAttachment::m_name |
Definition at line 346 of file qssgrendercommands_p.h.
| QSSGAllocateTexturePtr QSSGColorAttachment::m_textureCmd |
Definition at line 347 of file qssgrendercommands_p.h.