vk: Initialize dynamic state binding points to NULL
authorKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Thu, 28 May 2015 04:45:23 +0000 (21:45 -0700)
committerKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Thu, 28 May 2015 05:13:48 +0000 (22:13 -0700)
commit5a317ef4cba1fbd04fe2ec446a3556de2f384e63
treebf97b6cb2a95d92b34985c6b4395349b834b8687
parent1435bf4bc44325d7b7caa392b60877f2b4610691
vk: Initialize dynamic state binding points to NULL

We rely on these being initialized to NULL so meta can reliably detect
whether or not they've been set. ds_state is also allowed to not be
present so we need a well-defined value for that.
src/vulkan/device.c