Other |
---|
internalFixed |
The number of command buffers and number of commands encoded into the command buffer play a crucial role in balancing work load between CPU and GPU. A large CB would starve both CPU and GPU. We need to control amount of work load passed to GPU. This can be controlled by limiting the size of transient buffers per CB and increasing the size of ring buffer.
|