|
@@ -3,7 +3,7 @@
|
|
|
uniform sampler2D emissiveMap;
|
|
uniform sampler2D emissiveMap;
|
|
|
|
|
|
|
|
vec4 emissiveMapTexelToLinear( vec4 value ) {
|
|
vec4 emissiveMapTexelToLinear( vec4 value ) {
|
|
|
- #define DECODE_MACRO EMISSIVEMAP_ENCODING
|
|
|
|
|
|
|
+ #define MACRO_DECODE EMISSIVEMAP_ENCODING
|
|
|
#include <encoding_template>
|
|
#include <encoding_template>
|
|
|
#undef MACRO_DECODE
|
|
#undef MACRO_DECODE
|
|
|
}
|
|
}
|