6 lines
82 B
GLSL
6 lines
82 B
GLSL
#ifdef USE_AOMAP
|
|
|
|
uniform sampler2D aoMap;
|
|
uniform float aoMapIntensity;
|
|
|
|
#endif |