![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\variable QRhiIndexedIndirectDrawCommand::indexCount More...
#include <qrhi.h>
Public Attributes | |
| quint32 | x |
| quint32 | y = 1 |
| quint32 | z = 1 |
\variable QRhiIndexedIndirectDrawCommand::indexCount
\variable QRhiIndexedIndirectDrawCommand::instanceCount
\variable QRhiIndexedIndirectDrawCommand::firstIndex
\variable QRhiIndexedIndirectDrawCommand::vertexOffset
\variable QRhiIndexedIndirectDrawCommand::firstInstance
\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h
Compute dispatch command.
A compute dispatch command that can be uploaded to a QRhiBuffer of usage QRhiBuffer::UsageFlag::IndirectBuffer. The fields specify the number of local work groups along each dimension and have the same meaning as the x, y, z parameters of QRhiCommandBuffer::dispatch().
y and z default to 1, so a one dimensional dispatch only needs x to be set. Note that a count of 0 in any dimension is valid and results in no work groups being launched at all.