Improve VK_MAKE_VERSION and VK_BIT macros
authorPyry Haulos <phaulos@google.com>
Fri, 8 Apr 2016 00:10:27 +0000 (17:10 -0700)
committerPyry Haulos <phaulos@google.com>
Sun, 10 Apr 2016 00:14:11 +0000 (17:14 -0700)
VK_MAKE_VERSION was causing int->uint conversion warnings.

Put arguments inside parenthesis to make evaluation unambiguous.

Change-Id: Ia47efdf77789905f4c45a551c08eb0ff3496c556


No differences found