Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'.

This commit is contained in:
Alexander Szpakowski
2013-01-16 07:21:41 -04:00
parent 331c883c77
commit e24d721381
20 changed files with 209 additions and 204 deletions
+2 -2
View File
@@ -157,8 +157,8 @@ StringMap<Graphics::Support, Graphics::SUPPORT_MAX_ENUM>::Entry Graphics::suppor
{
{ "canvas", Graphics::SUPPORT_CANVAS },
{ "hdrcanvas", Graphics::SUPPORT_HDR_CANVAS },
{ "shadereffect", Graphics::SUPPORT_SHADEREFFECT },
{ "pixeleffect", Graphics::SUPPORT_SHADEREFFECT }, // for compatibility
{ "shader", Graphics::SUPPORT_SHADER },
{ "pixeleffect", Graphics::SUPPORT_SHADER }, // for compatibility
{ "npot", Graphics::SUPPORT_NPOT },
{ "subtractive", Graphics::SUPPORT_SUBTRACTIVE },
{ "mipmap", Graphics::SUPPORT_MIPMAP },