10#ifndef ENGINE_BASE_GRENDEROBJECT_H_
11#define ENGINE_BASE_GRENDEROBJECT_H_
16using gIndex =
unsigned short;
17#define G_INDEX_SIZE GL_UNSIGNED_SHORT
20#define G_INDEX_SIZE GL_UNSIGNED_INT
Definition gRenderObject.h:25
static void createRenderer()
static bool isShadowMappingEnabled()
static bool isshadowmappingenabled
Definition gRenderObject.h:48
static gRenderer * getRenderer()
static void setScreenScaling(int screenScaling)
static void enableShadowMapping()
static void disableShadowMapping()
static void setScreenSize(int screenWidth, int screenHeight)
static void destroyRenderer()
static void setUnitScreenSize(int unitWidth, int unitHeight)
Definition gRenderer.h:123
unsigned int gIndex
Definition gRenderObject.h:19