Skip to main content
January 15, 2013
Question

forcing stage3d to use opengl

  • January 15, 2013
  • 1 reply
  • 1033 views

I am having serious performance issues with certain GPUs using dirextX under windows but the same card under OSX runs perfectly fine openGL, i was hoping there is a way to force stage3d to always use openGL over directX on windows.

This topic has been closed for replies.

1 reply

Inspiring
January 15, 2013

Why would you want to do this? Benchmarks like this show, that at the moment stage3D performs in general much better under DirectX than under OpenGL? Anyway...here is a project that claims to use OpenGL even under Windows: https://github.com/adobe/GLS3D

January 15, 2013

Thanks for that, but unfortunatly that code does not appear do what i need to. I need stage3D to choose to use gl under the hood instead of directX rather than a API which looks like gl but uses stage 3d under the hood in what ever mode it chooses