mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'.
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user