vk/glsl_scraper: Use the line number from the end of the macro
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 19 May 2015 18:26:35 +0000 (11:26 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 19 May 2015 18:29:07 +0000 (11:29 -0700)
commit4bcf58a19205067c18869eaf1912090a7a8e984a
tree1d862c8ca8e5dbb52e84ae0fadc2161d88ed172b
parent15739131948f44a5c7226bb83e80138056affa02
vk/glsl_scraper: Use the line number from the end of the macro

We used to use the line number from the start of the macro but this doesn't
seem to match the c preprocessor
src/vulkan/glsl_scraper.py