Chip Davis 245286f57c MVKCmdDraw: Don't encode commands that draw zero vertices.
Nothing will be drawn in that case. Nothing would've been drawn anyway,
but Metal's validation layer complains if you issue a draw command with
zero vertices or instances.

We unfortunately cannot do anything about indirect draws, since we won't
know how many vertices to draw until execute time.
2020-08-31 21:18:02 -05:00
..
iOS
2017-11-17 11:14:29 -05:00
2017-11-17 11:14:29 -05:00
2020-06-09 14:47:11 -07:00