AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
IzPlatformRender.h File Reference
#include "CzPlatform.h"

Go to the source code of this file.

Classes

struct  CzRenderMaterial
struct  IzRenderPrim
struct  CzRenderPrim
struct  CzRenderPrim3
class  IzPlatformRender

Defines

#define PLATFORM_RENDER   PLATFORM->getRender()

Enumerations

enum  eCzPrimType {
  PrimType_TriList = 0, PrimType_TriStrip = 1, PrimType_TriFan = 2, PrimType_QuadList = 3,
  PrimType_QuadStrip = 4, PrimType_Poly = 5, PrimType_LineList = 6, PrimType_LineStrip = 7
}
enum  eCzAlphaMode {
  AlphaMode_None, AlphaMode_Half, AlphaMode_Add, AlphaMode_Sub,
  AlphaMode_Blend, AlphaMode_Normal
}

Define Documentation

#define PLATFORM_RENDER   PLATFORM->getRender()

Enumeration Type Documentation

Enumerator:
AlphaMode_None 
AlphaMode_Half 
AlphaMode_Add 
AlphaMode_Sub 
AlphaMode_Blend 
AlphaMode_Normal 
Enumerator:
PrimType_TriList 
PrimType_TriStrip 
PrimType_TriFan 
PrimType_QuadList 
PrimType_QuadStrip 
PrimType_Poly 
PrimType_LineList 
PrimType_LineStrip