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

\variable QRhiIndirectDrawCommand::vertexCount More...

#include <qrhi.h>

Collaboration diagram for QRhiIndexedIndirectDrawCommand:

Public Attributes

quint32 indexCount
quint32 instanceCount = 1
quint32 firstIndex = 0
qint32 vertexOffset = 0
quint32 firstInstance = 0

Detailed Description

\variable QRhiIndirectDrawCommand::vertexCount

\variable QRhiIndirectDrawCommand::instanceCount

\variable QRhiIndirectDrawCommand::firstVertex

\variable QRhiIndirectDrawCommand::firstInstance

\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h

Since
6.12

Indexed draw command.

An indexed draw command that can be uploaded to a QRhiBuffer of usage QRhiBuffer::UsageFlag::IndirectBuffer.

See also
QRhiCommandBuffer::drawIndexedIndirect()
Note
This is a RHI API with limited compatibility guarantees, see \l QRhi for details.

Definition at line 1708 of file qrhi.h.

Member Data Documentation

◆ firstIndex

quint32 QRhiIndexedIndirectDrawCommand::firstIndex = 0

Definition at line 1712 of file qrhi.h.

◆ firstInstance

quint32 QRhiIndexedIndirectDrawCommand::firstInstance = 0

Definition at line 1714 of file qrhi.h.

◆ indexCount

quint32 QRhiIndexedIndirectDrawCommand::indexCount

Definition at line 1710 of file qrhi.h.

◆ instanceCount

quint32 QRhiIndexedIndirectDrawCommand::instanceCount = 1

Definition at line 1711 of file qrhi.h.

◆ vertexOffset

qint32 QRhiIndexedIndirectDrawCommand::vertexOffset = 0

Definition at line 1713 of file qrhi.h.


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