![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrendercommands_p.h>
Inheritance diagram for QSSGAllocateBuffer:
Collaboration diagram for QSSGAllocateBuffer:Public Member Functions | |
| QSSGAllocateBuffer () | |
| QSSGAllocateBuffer (const QByteArray &inName, QSSGRenderTextureFormat inFormat, QSSGRenderTextureFilterOp inFilterOp, QSSGRenderTextureCoordOp inCoordOp, float inMultiplier, QSSGAllocateBufferFlags inFlags) | |
| 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.
|
inline |
Definition at line 76 of file qssgrendercommands_p.h.
Definition at line 91 of file qssgrendercommands_p.h.
References QSSGAllocateBufferFlags::isSceneLifetime(), m_bufferFlags, m_filterOp, m_format, m_name, m_sizeMultiplier, m_texCoordOp, QSSGRenderTextureFormat::toString(), and QSSGBaseTypeHelpers::toString().
Here is the call graph for this function:| QSSGAllocateBufferFlags QSSGAllocateBuffer::m_bufferFlags |
Definition at line 74 of file qssgrendercommands_p.h.
Referenced by addDebug().
| QSSGRenderTextureFilterOp QSSGAllocateBuffer::m_filterOp = QSSGRenderTextureFilterOp::Linear |
Definition at line 71 of file qssgrendercommands_p.h.
Referenced by addDebug().
| QSSGRenderTextureFormat QSSGAllocateBuffer::m_format = QSSGRenderTextureFormat::RGBA8 |
Definition at line 70 of file qssgrendercommands_p.h.
Referenced by addDebug(), QQuick3DShaderUtilsBuffer::format(), and QQuick3DShaderUtilsBuffer::setFormat().
| QByteArray QSSGAllocateBuffer::m_name |
Definition at line 69 of file qssgrendercommands_p.h.
Referenced by addDebug().
| float QSSGAllocateBuffer::m_sizeMultiplier = 1.0f |
Definition at line 73 of file qssgrendercommands_p.h.
Referenced by addDebug().
| QSSGRenderTextureCoordOp QSSGAllocateBuffer::m_texCoordOp = QSSGRenderTextureCoordOp::ClampToEdge |
Definition at line 72 of file qssgrendercommands_p.h.
Referenced by addDebug().