| commit | 4ff11cc681bf32052b69573eb1418173f6b0262b | [log] [tgz] |
|---|---|---|
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Sep 23 12:31:50 2015 -0600 |
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Sep 23 18:15:15 2015 -0600 |
| tree | 3a4740a03cda5479be7c963e97721837c5f2893e | |
| parent | d4d26dd59a54a368f4f515e715adc3b5bf91e4c8 [diff] |
bug-14715: DrawIndirect fix This patch contains fixes to structure layout for draws. These structures are accessed by HW and must be in a specific order. This change also includes reordering of the parameters for vkCmdDraw and vkCmdDrawIndexed.