|
@@ -154,6 +154,7 @@ namespace graphics
|
|
|
{
|
|
|
{ "canvas", Graphics::SUPPORT_CANVAS },
|
|
|
{ "pixeleffect", Graphics::SUPPORT_PIXELEFFECT },
|
|
|
+ { "npot", Graphics::SUPPORT_NPOT },
|
|
|
};
|
|
|
|
|
|
StringMap<Graphics::Support, Graphics::SUPPORT_MAX_ENUM> Graphics::support(Graphics::supportEntries, sizeof(Graphics::supportEntries));
|