#include <GrDrawIndirectCommand.h>
Definition at line 39 of file GrDrawIndirectCommand.h.
◆ GrDrawIndirectWriter() [1/4]
GrDrawIndirectWriter::GrDrawIndirectWriter |
( |
| ) |
|
|
default |
◆ GrDrawIndirectWriter() [2/4]
GrDrawIndirectWriter::GrDrawIndirectWriter |
( |
void * |
data | ) |
|
|
inline |
◆ GrDrawIndirectWriter() [3/4]
◆ GrDrawIndirectWriter() [4/4]
◆ makeOffset()
◆ operator bool()
GrDrawIndirectWriter::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 47 of file GrDrawIndirectCommand.h.
47 {
48 fData = that.fData;
49 that.fData = nullptr;
50 return *this;
51 }
◆ operator==()
◆ write()
void GrDrawIndirectWriter::write |
( |
uint32_t |
instanceCount, |
|
|
uint32_t |
baseInstance, |
|
|
uint32_t |
vertexCount, |
|
|
int32_t |
baseVertex |
|
) |
| |
|
inline |
Definition at line 59 of file GrDrawIndirectCommand.h.
60 {
61 *fData++ = {vertexCount, instanceCount, baseVertex, baseInstance};
62 }
The documentation for this struct was generated from the following file: