![]() |
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) | |
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 67 of file qssgrendercommands_p.h.
|
inline |
Definition at line 75 of file qssgrendercommands_p.h.
References QSSGCommand::QSSGCommand(), and AllocateBuffer.
|
inline |
Definition at line 76 of file qssgrendercommands_p.h.
References QSSGAllocateBuffer(), QSSGCommand::QSSGCommand(), AllocateBuffer, m_bufferFlags, and m_sizeMultiplier.
Referenced by QSSGAllocateBuffer().
|
inline |
Definition at line 91 of file qssgrendercommands_p.h.
References QSSGAllocateBuffer(), QSSGCommand::QSSGCommand(), AllocateBuffer, m_bufferFlags, and m_sizeMultiplier.
Referenced by QSSGAllocateBuffer().
Definition at line 101 of file qssgrendercommands_p.h.
QSSGAllocateBufferFlags QSSGAllocateBuffer::m_bufferFlags |
Definition at line 74 of file qssgrendercommands_p.h.
Referenced by QSSGAllocateBuffer(), and QSSGAllocateBuffer().
QSSGRenderTextureFilterOp QSSGAllocateBuffer::m_filterOp = QSSGRenderTextureFilterOp::Linear |
Definition at line 71 of file qssgrendercommands_p.h.
QSSGRenderTextureFormat QSSGAllocateBuffer::m_format = QSSGRenderTextureFormat::RGBA8 |
Definition at line 70 of file qssgrendercommands_p.h.
QByteArray QSSGAllocateBuffer::m_name |
Definition at line 69 of file qssgrendercommands_p.h.
float QSSGAllocateBuffer::m_sizeMultiplier = 1.0f |
Definition at line 73 of file qssgrendercommands_p.h.
Referenced by QSSGAllocateBuffer(), and QSSGAllocateBuffer().
QSSGRenderTextureCoordOp QSSGAllocateBuffer::m_texCoordOp = QSSGRenderTextureCoordOp::ClampToEdge |
Definition at line 72 of file qssgrendercommands_p.h.