axmol/core/renderer/RenderConsts.h.in

12 lines
266 B
C
Raw Normal View History

#pragma once
/* The max directional lights */
#define AX_MAX_DIRECTIONAL_LIGHT "${AX_MAX_DIRECTIONAL_LIGHT}"
/* The max point lights */
#define AX_MAX_POINT_LIGHT "${AX_MAX_POINT_LIGHT}"
/* The max spot lights */
#define AX_MAX_SPOT_LIGHT "${AX_MAX_SPOT_LIGHT}"