Enable the texture based RTT

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1849 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2008-11-27 21:18:27 +00:00
parent 6c036b519e
commit a19ac22b87
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ static const char* const OGLESFeatureStrings[] = {
{
switch (feature)
{
case EVDF_RENDER_TO_TARGET:
return true;
case EVDF_MULTITEXTURE:
return MultiTextureExtension;
case EVDF_BILINEAR_FILTER: