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
QSSGBindBuffer Struct Reference

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGBindBuffer:
Collaboration diagram for QSSGBindBuffer:

Public Member Functions

 QSSGBindBuffer (const QByteArray &inBufName)
 QSSGBindBuffer (const QSSGBindBuffer &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_bufferName
Public Attributes inherited from QSSGCommand
CommandType m_type

Detailed Description

Definition at line 124 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGBindBuffer() [1/2]

QSSGBindBuffer::QSSGBindBuffer ( const QByteArray & inBufName)
inline

Definition at line 127 of file qssgrendercommands_p.h.

References QSSGBindBuffer(), QSSGCommand::QSSGCommand(), and BindBuffer.

Referenced by QSSGBindBuffer().

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

◆ QSSGBindBuffer() [2/2]

QSSGBindBuffer::QSSGBindBuffer ( const QSSGBindBuffer & command)
inline

Definition at line 131 of file qssgrendercommands_p.h.

References QSSGBindBuffer(), QSSGCommand::QSSGCommand(), and BindBuffer.

Referenced by QSSGBindBuffer().

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

Member Function Documentation

◆ addDebug()

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

Definition at line 136 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_bufferName

QByteArray QSSGBindBuffer::m_bufferName

Definition at line 126 of file qssgrendercommands_p.h.


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