![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <IzPlatformRender.h>
Public Member Functions | |
IzRenderPrim () | |
~IzRenderPrim () | |
Public Attributes | |
eCzPrimType | Type |
Type of primitive. | |
CzVec2 * | UVs |
Texture UV coordinmaes. | |
CzColour * | Colours |
Colour vertices. | |
uint16 * | Indices |
Face indices. | |
uint16 | VertCount |
Vertex count. | |
uint16 | FaceCount |
Face count. | |
uint16 | IndicesCount |
Indices count. | |
int16 | MaterialID |
Material ID. | |
bool | SharedIndices |
Set to true if indices are shared and should not be deleted. |
IzRenderPrim::IzRenderPrim | ( | ) | [inline] |
IzRenderPrim::~IzRenderPrim | ( | ) | [inline] |
Colour vertices.
uint16 IzRenderPrim::FaceCount |
Face count.
uint16* IzRenderPrim::Indices |
Face indices.
uint16 IzRenderPrim::IndicesCount |
Indices count.
int16 IzRenderPrim::MaterialID |
Material ID.
Set to true if indices are shared and should not be deleted.
Type of primitive.
Texture UV coordinmaes.
uint16 IzRenderPrim::VertCount |
Vertex count.