Gamua / Starling-Framework

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

Instanced display objects #827

Open henke37 opened 8 years ago

henke37 commented 8 years ago

Apparently there is this "instancing" feature on gpus that let you draw the same thing many times in a cheap way.

It looks like the STANDARD_EXTENDED profile is bringing it to Stage3D and as such, Starling will be able to use it.

PrimaryFeather commented 8 years ago

I will have to look into this in more detail. The caveat is that I still want to support lower profiles, so this would have to be optional.