TDME2 1.9.121
ModelStatistics.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
5
7
8/**
9 * Model statistics entity
10 * @author Andreas Drewke
11 * @version $Id$
12 */
14{ int32_t opaqueFaceCount { 0 };
15 int32_t transparentFaceCount { 0 };
16 int32_t materialCount { 0 };
17};