|
@@ -160,6 +160,7 @@ StringMap<Graphics::Support, Graphics::SUPPORT_MAX_ENUM>::Entry Graphics::suppor
|
|
|
{ "pixeleffect", Graphics::SUPPORT_PIXELEFFECT },
|
|
|
{ "npot", Graphics::SUPPORT_NPOT },
|
|
|
{ "subtractive", Graphics::SUPPORT_SUBTRACTIVE },
|
|
|
+ { "mipmap", Graphics::SUPPORT_MIPMAP },
|
|
|
};
|
|
|
|
|
|
StringMap<Graphics::Support, Graphics::SUPPORT_MAX_ENUM> Graphics::support(Graphics::supportEntries, sizeof(Graphics::supportEntries));
|