![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\variable QRhiIndirectDrawCommand::vertexCount More...
#include <qrhi.h>
Public Attributes | |
| quint32 | indexCount |
| quint32 | instanceCount = 1 |
| quint32 | firstIndex = 0 |
| qint32 | vertexOffset = 0 |
| quint32 | firstInstance = 0 |
\variable QRhiIndirectDrawCommand::vertexCount
\variable QRhiIndirectDrawCommand::instanceCount
\variable QRhiIndirectDrawCommand::firstVertex
\variable QRhiIndirectDrawCommand::firstInstance
\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h
Indexed draw command.
An indexed draw command that can be uploaded to a QRhiBuffer of usage QRhiBuffer::UsageFlag::IndirectBuffer.