Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGAllocateBuffer Struct Reference

#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)
 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

Detailed Description

Definition at line 67 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGAllocateBuffer() [1/3]

QSSGAllocateBuffer::QSSGAllocateBuffer ( )
inline

Definition at line 75 of file qssgrendercommands_p.h.

References QSSGCommand::QSSGCommand(), and AllocateBuffer.

Here is the call graph for this function:

◆ QSSGAllocateBuffer() [2/3]

QSSGAllocateBuffer::QSSGAllocateBuffer ( const QByteArray & inName,
QSSGRenderTextureFormat inFormat,
QSSGRenderTextureFilterOp inFilterOp,
QSSGRenderTextureCoordOp inCoordOp,
float inMultiplier,
QSSGAllocateBufferFlags inFlags )
inline

Definition at line 76 of file qssgrendercommands_p.h.

References QSSGAllocateBuffer(), QSSGCommand::QSSGCommand(), AllocateBuffer, m_bufferFlags, and m_sizeMultiplier.

Referenced by QSSGAllocateBuffer().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QSSGAllocateBuffer() [3/3]

QSSGAllocateBuffer::QSSGAllocateBuffer ( const QSSGAllocateBuffer & command)
inline

Definition at line 91 of file qssgrendercommands_p.h.

References QSSGAllocateBuffer(), QSSGCommand::QSSGCommand(), AllocateBuffer, m_bufferFlags, and m_sizeMultiplier.

Referenced by QSSGAllocateBuffer().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ addDebug()

void QSSGAllocateBuffer::addDebug ( QDebug & stream) const
inline

Definition at line 101 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_bufferFlags

QSSGAllocateBufferFlags QSSGAllocateBuffer::m_bufferFlags

Definition at line 74 of file qssgrendercommands_p.h.

Referenced by QSSGAllocateBuffer(), and QSSGAllocateBuffer().

◆ m_filterOp

Definition at line 71 of file qssgrendercommands_p.h.

◆ m_format

Definition at line 70 of file qssgrendercommands_p.h.

◆ m_name

QByteArray QSSGAllocateBuffer::m_name

Definition at line 69 of file qssgrendercommands_p.h.

◆ m_sizeMultiplier

float QSSGAllocateBuffer::m_sizeMultiplier = 1.0f

Definition at line 73 of file qssgrendercommands_p.h.

Referenced by QSSGAllocateBuffer(), and QSSGAllocateBuffer().

◆ m_texCoordOp

Definition at line 72 of file qssgrendercommands_p.h.


The documentation for this struct was generated from the following file: