X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fshaders%2Fprogram.cpp;h=5ba127956e9182fc155d1b28a1a2e20cce8496fa;hb=63f98c6a1839a4cebdffc66a7462048f9fb0267f;hp=8b145fc2e0a42490f15ac91c59f6ebe4851c886f;hpb=dd45b3917aa14e8030e3e8c7a266f46270309d77;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/shaders/program.cpp b/dali/internal/render/shaders/program.cpp index 8b145fc..5ba1279 100644 --- a/dali/internal/render/shaders/program.cpp +++ b/dali/internal/render/shaders/program.cpp @@ -102,19 +102,7 @@ const char* gStdUniforms[ Program::UNIFORM_TYPE_LAST ] = "sEffectRect", // UNIFORM_EFFECT_SAMPLER_RECT "uTimeDelta", // UNIFORM_TIME_DELTA "sOpacityTexture", // UNIFORM_SAMPLER_OPACITY - "sNormalMapTexture", // UNIFORM_SAMPLER_NORMAL_MAP - "uTextColor", // UNIFORM_TEXT_COLOR - "uSmoothing", // UNIFORM_SMOOTHING - "uOutline", // UNIFORM_OUTLINE - "uOutlineColor", // UNIFORM_OUTLINE_COLOR - "uGlow", // UNIFORM_GLOW - "uGlowColor", // UNIFORM_GLOW_COLOR - "uShadow", // UNIFORM_SHADOW - "uShadowColor", // UNIFORM_SHADOW_COLOR - "uShadowSmoothing", // UNIFORM_SHADOW_SMOOTHING - "uGradientColor", // UNIFORM_GRADIENT_COLOR - "uGradientLine", // UNIFORM_GRADIENT_LINE - "uInvTextSize" // UNIFORM_INVERSE_TEXT_SIZE + "sNormalMapTexture" // UNIFORM_SAMPLER_NORMAL_MAP }; } // namespace