vk: Fix GLSL_VK_SHADER macro
authorKristian Høgsberg <kristian.h.kristensen@intel.com>
Fri, 15 May 2015 23:15:04 +0000 (16:15 -0700)
committerKristian Høgsberg <kristian.h.kristensen@intel.com>
Fri, 15 May 2015 23:15:04 +0000 (16:15 -0700)
commit0cfc49377589081b495d4b3c112e341c9371637b
tree77fba7780da4486605817c2c5993adc91794b133
parentaf45f4a558a0020ec77464a12e0cb33ea5531206
vk: Fix GLSL_VK_SHADER macro

Stringify doesn't work with __ARGV__. The last macro argument swallows
up excess arguments and as such we can just stringify that.
src/vulkan/glsl_helpers.h