0

Iam trying to port irrlicht helloworld programme to android.. but when i set my device type to OGLES2 it give me error Symbol 'EDT_OGLES2' could not be resolved Here is screenshot of my cpp fileenter image description here

Any idea what iam doing wrong.

Shaji Thorn Blue
  • 589
  • 2
  • 9
  • 19

1 Answers1

0

After going through documentation of irrlicht, i found that i have to add and enum variable EDT_OGLES1 or EDT_OGLES2 in EDriverTypes.h. Finally compiled and everything is working fine.

Shaji Thorn Blue
  • 589
  • 2
  • 9
  • 19