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