![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrhicontext_p.h>
Public Member Functions | |
QSSGRhiBuffer (QSSGRhiContext &context, QRhiBuffer::Type type, QRhiBuffer::UsageFlags usageMask, quint32 stride, qsizetype size, QRhiCommandBuffer::IndexFormat indexFormat=QRhiCommandBuffer::IndexUInt16) | |
virtual | ~QSSGRhiBuffer () |
QRhiBuffer * | buffer () const |
quint32 | stride () const |
quint32 | numVertices () const |
QRhiCommandBuffer::IndexFormat | indexFormat () const |
Definition at line 67 of file qssgrhicontext_p.h.
QSSGRhiBuffer::QSSGRhiBuffer | ( | QSSGRhiContext & | context, |
QRhiBuffer::Type | type, | ||
QRhiBuffer::UsageFlags | usageMask, | ||
quint32 | stride, | ||
qsizetype | size, | ||
QRhiCommandBuffer::IndexFormat | indexFormat = QRhiCommandBuffer::IndexUInt16 |
||
) |
Definition at line 21 of file qssgrhicontext.cpp.
References QRhiBuffer::create(), QRhi::newBuffer(), QSSG_ASSERT, qWarning, QSSGRhiContext::rhi(), and QRhiBuffer::size().
|
virtual |
Definition at line 37 of file qssgrhicontext.cpp.
|
inline |
Definition at line 80 of file qssgrhicontext_p.h.
|
inline |
Definition at line 87 of file qssgrhicontext_p.h.
|
inline |
Definition at line 82 of file qssgrhicontext_p.h.
References Q_ASSERT.
|
inline |
Definition at line 81 of file qssgrhicontext_p.h.