Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.82k stars 821 forks source link

Feature Request: Add "Enhanced" to profiles requestContext3D tries when "auto" is supplied #1019

Closed JohnBlackburne closed 6 years ago

JohnBlackburne commented 6 years ago

You can request "Enhanced" manually but it makes sense to add it to the list it tries for "auto". It will mean you can still just specify "auto" and get the best. It will also be helpful to know how often it uses the "Enhanced" profile, for any developers interested in using the new features added with this profile. E.g. I use the following to grab the profile which I print out if I enable debug printing:

str = "Profile: " + gStarling.profile;

PrimaryFeather commented 6 years ago

Thanks for the reminder, John! Done.