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
QSGBatchRenderer::DrawSet Struct Reference

#include <qsgbatchrenderer_p.h>

Collaboration diagram for QSGBatchRenderer::DrawSet:

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

Detailed Description

Definition at line 340 of file qsgbatchrenderer_p.h.

Constructor & Destructor Documentation

◆ DrawSet() [1/2]

QSGBatchRenderer::DrawSet::DrawSet ( int v,
int z,
int i )
inline

Definition at line 342 of file qsgbatchrenderer_p.h.

References indices, vertices, and zorders.

◆ DrawSet() [2/2]

QSGBatchRenderer::DrawSet::DrawSet ( )
inline

Definition at line 348 of file qsgbatchrenderer_p.h.

Member Data Documentation

◆ indexCount

int QSGBatchRenderer::DrawSet::indexCount = 0

Definition at line 352 of file qsgbatchrenderer_p.h.

◆ indices

int QSGBatchRenderer::DrawSet::indices = 0

Definition at line 351 of file qsgbatchrenderer_p.h.

Referenced by DrawSet().

◆ vertices

int QSGBatchRenderer::DrawSet::vertices = 0

Definition at line 349 of file qsgbatchrenderer_p.h.

Referenced by DrawSet().

◆ zorders

int QSGBatchRenderer::DrawSet::zorders = 0

Definition at line 350 of file qsgbatchrenderer_p.h.

Referenced by DrawSet().


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