Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 339 of file qsgbatchrenderer_p.h.

Constructor & Destructor Documentation

◆ DrawSet() [1/2]

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

Definition at line 341 of file qsgbatchrenderer_p.h.

◆ DrawSet() [2/2]

QSGBatchRenderer::DrawSet::DrawSet ( )
inline

Definition at line 347 of file qsgbatchrenderer_p.h.

Member Data Documentation

◆ indexCount

int QSGBatchRenderer::DrawSet::indexCount = 0

Definition at line 351 of file qsgbatchrenderer_p.h.

◆ indices

int QSGBatchRenderer::DrawSet::indices = 0

Definition at line 350 of file qsgbatchrenderer_p.h.

◆ vertices

int QSGBatchRenderer::DrawSet::vertices = 0

Definition at line 348 of file qsgbatchrenderer_p.h.

◆ zorders

int QSGBatchRenderer::DrawSet::zorders = 0

Definition at line 349 of file qsgbatchrenderer_p.h.


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