![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgbatchrenderer_p.h>
Public Member Functions | |
DrawSet (int v, int z, int i) | |
DrawSet () |
Public Attributes | |
int | vertices = 0 |
int | zorders = 0 |
int | indices = 0 |
int | indexCount = 0 |
Definition at line 340 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 342 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 348 of file qsgbatchrenderer_p.h.
int QSGBatchRenderer::DrawSet::indexCount = 0 |
Definition at line 352 of file qsgbatchrenderer_p.h.
int QSGBatchRenderer::DrawSet::indices = 0 |
Definition at line 351 of file qsgbatchrenderer_p.h.
Referenced by DrawSet().
int QSGBatchRenderer::DrawSet::vertices = 0 |
Definition at line 349 of file qsgbatchrenderer_p.h.
Referenced by DrawSet().
int QSGBatchRenderer::DrawSet::zorders = 0 |
Definition at line 350 of file qsgbatchrenderer_p.h.
Referenced by DrawSet().