mirror of https://github.com/axmolengine/axmol.git
12 lines
257 B
C
12 lines
257 B
C
|
#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@
|
||
|
|