![]() |
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 | |
| QSSGBindTarget (QSSGRenderTextureFormat inFormat=QSSGRenderTextureFormat::RGBA8) | |
| QSSGBindTarget (const QSSGBindTarget &command) | |
| void | addDebug (QDebug &stream) const |
| Public Member Functions inherited from QSSGCommand | |
| QSSGCommand (CommandType inType) | |
| const char * | typeAsString () const |
| QString | debugString () const |
| void | addDebug (QDebug &stream) const |
Public Attributes | |
| QSSGRenderTextureFormat | m_outputFormat |
| Public Attributes inherited from QSSGCommand | |
| CommandType | m_type |
Definition at line 106 of file qssgrendercommands_p.h.
|
inlineexplicit |
Definition at line 110 of file qssgrendercommands_p.h.
References QSSGBindTarget(), QSSGCommand::QSSGCommand(), and BindTarget.
Referenced by QSSGBindTarget().
|
inline |
Definition at line 114 of file qssgrendercommands_p.h.
References QSSGBindTarget(), QSSGCommand::QSSGCommand(), and BindTarget.
Referenced by QSSGBindTarget().
Definition at line 119 of file qssgrendercommands_p.h.
| QSSGRenderTextureFormat QSSGBindTarget::m_outputFormat |
Definition at line 108 of file qssgrendercommands_p.h.