- Home /
Question by
thomasindustry · Sep 25, 2013 at 09:02 PM ·
dynamic batching
Dynamic Batching with Deferred Lighitng
If I set the rendering path of my project to Vertex-Lit or Forward, my draw calls will all be dynamically batched. However when I switch to the deferred lighting path, no draw calls are being batched. I am using a simple vertex colored shader, with no lights.
Is dynamic batching supported with deferred lighting, or do I have to use one of the other ones if I want batching?
Comment
Your answer

Follow this Question
Related Questions
Dynamic batching works for cube but not simple rock with same material??? 1 Answer
Easy way to tell how many attributes a particular shader uses? 0 Answers
Alpha blending, depth sorting and batching 2 Answers
Dynamic batching slows down? 0 Answers
Lightmapping multi mesh model with static and dynamic parts 2 Answers