Open henke37 opened 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.
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.
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.