Search code examples
stage3d

Choose DirectX or OpenGL for Starling/stage3D


The purpose is to test different texture formats. Can I specify DirectX or OpenGL for starling/stage3D? Otherwise, for textures like ETC, I have to test on mobile.


Solution

  • No, you can't. It's OS specific. For win7 it's d3d9 and win8 d3d11. For other platforms it's openGL.