vk/compiler: Zero out the vs_prog_data struct when VS is disabled
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 25 May 2015 23:59:24 +0000 (16:59 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 26 May 2015 00:14:49 +0000 (17:14 -0700)
commit1b211feb6c4dad7149cc4fabddf9b4cf15289e83
treecd7a7e3b90b38c804ef3757fc4d89264ea381cf0
parent903bd4b0569dd976b127aafadcc3de8748f4a985
vk/compiler: Zero out the vs_prog_data struct when VS is disabled

Prevents uninitialized value errors
src/vulkan/compiler.cpp