Enable the texture based RTT
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1849 dfc29bdd-3216-0410-991c-e03cc46cb475master
parent
6c036b519e
commit
a19ac22b87
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue