vk/compiler: Zero the prog data
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 May 2015 05:11:20 +0000 (22:11 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 May 2015 05:22:59 +0000 (22:22 -0700)
commitcd197181f28d683b0032828f67fbeab768920789
tree6c0fdc24508c9b3739a057968b0240ead154f56c
parent1f7dcf9d75cb64195b5fdfb654249c002226c649
vk/compiler: Zero the prog data

We use prog_data[stage] != NULL to determine whether or not we need to
clean up that stage.  Make sure it default to NULL.
src/vulkan/compiler.cpp