vk: Change pData/pDataSize semantics
authorKristian Høgsberg <kristian.h.kristensen@intel.com>
Mon, 18 May 2015 02:22:52 +0000 (19:22 -0700)
committerKristian Høgsberg <kristian.h.kristensen@intel.com>
Mon, 18 May 2015 17:27:07 +0000 (10:27 -0700)
commit783e6217fcd5f7dc4125c16d47a985f63a2ab486
tree2ad4ab34057ced2e33ddd61525992142220c9a0e
parentb4b3bd1c51847b56d22731ba764cb4bc585f752a
vk: Change pData/pDataSize semantics

We now always copy the entire struct unless pData is NULL and
unconditionally write back the struct size. It's not clear this is
useful if the structs may grow over time, but it seems to be the
expected behaviour for now.
src/vulkan/device.c