bug-14715: DrawIndirect fix
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 23 Sep 2015 18:31:50 +0000 (12:31 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 24 Sep 2015 00:15:15 +0000 (18:15 -0600)
commit332a36706fff1c44e72b8fce6bda3431856639d9
tree17a7a132b71a1c02c5b0e28adabf5f8da5dbeba0
parent5ae2eb9bfe5e0afad85e6f3410ad66c89aefee72
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.
demos/cube.c
demos/tri.c
icd/nulldrv/nulldrv.c
include/vulkan.h
layers/draw_state.cpp
layers/param_checker.cpp
loader/trampoline.c
vulkan.py