![]() |
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 | |
| QSSGAllocateBuffer () | |
| QSSGAllocateBuffer (const QByteArray &inName, QSSGRenderTextureFormat inFormat, QSSGRenderTextureFilterOp inFilterOp, QSSGRenderTextureCoordOp inCoordOp, float inMultiplier, QSSGAllocateBufferFlags inFlags) | |
| QSSGAllocateBuffer (const QSSGAllocateBuffer &command) | |
| 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 | |
| QByteArray | m_name |
| QSSGRenderTextureFormat | m_format = QSSGRenderTextureFormat::RGBA8 |
| QSSGRenderTextureFilterOp | m_filterOp = QSSGRenderTextureFilterOp::Linear |
| QSSGRenderTextureCoordOp | m_texCoordOp = QSSGRenderTextureCoordOp::ClampToEdge |
| float | m_sizeMultiplier = 1.0f |
| QSSGAllocateBufferFlags | m_bufferFlags |
| Public Attributes inherited from QSSGCommand | |
| CommandType | m_type |
Definition at line 80 of file qssgrendercommands_p.h.
|
inline |
Definition at line 88 of file qssgrendercommands_p.h.
|
inline |
Definition at line 89 of file qssgrendercommands_p.h.
References QSSGAllocateBuffer(), m_bufferFlags, and m_sizeMultiplier.
Referenced by QSSGAllocateBuffer().
|
inline |
Definition at line 104 of file qssgrendercommands_p.h.
References QSSGAllocateBuffer(), m_bufferFlags, and m_sizeMultiplier.
Referenced by QSSGAllocateBuffer().
Definition at line 114 of file qssgrendercommands_p.h.
| QSSGAllocateBufferFlags QSSGAllocateBuffer::m_bufferFlags |
Definition at line 87 of file qssgrendercommands_p.h.
Referenced by QSSGAllocateBuffer(), and QSSGAllocateBuffer().
| QSSGRenderTextureFilterOp QSSGAllocateBuffer::m_filterOp = QSSGRenderTextureFilterOp::Linear |
Definition at line 84 of file qssgrendercommands_p.h.
| QSSGRenderTextureFormat QSSGAllocateBuffer::m_format = QSSGRenderTextureFormat::RGBA8 |
Definition at line 83 of file qssgrendercommands_p.h.
| QByteArray QSSGAllocateBuffer::m_name |
Definition at line 82 of file qssgrendercommands_p.h.
| float QSSGAllocateBuffer::m_sizeMultiplier = 1.0f |
Definition at line 86 of file qssgrendercommands_p.h.
Referenced by QSSGAllocateBuffer(), and QSSGAllocateBuffer().
| QSSGRenderTextureCoordOp QSSGAllocateBuffer::m_texCoordOp = QSSGRenderTextureCoordOp::ClampToEdge |
Definition at line 85 of file qssgrendercommands_p.h.