vulkan: Avoid use of reserved underscore-uppercase sequence
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 10 Apr 2015 23:59:44 +0000 (17:59 -0600)
committerChia-I Wu <olv@lunarg.com>
Thu, 16 Apr 2015 09:48:19 +0000 (17:48 +0800)
commitcd3d9f4d4d3f4e352b1233dca765b621e3e28736
treefef4a96f5e9f3d9244cdee929867aff35de40928
parentc86ae59d90feacf5f25755cf3daa1bdd8a10eb94
vulkan: Avoid use of reserved underscore-uppercase sequence

- use typedef {enum,struct} VkFoo_ instead of _VkFoo
- MAX_ENUM uses the typedefed name instead of the tag name
  (otherwise it would have double underscore which is also reserved)

git-svn-id: https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/vulkan@30132 e7fa87d3-cd2b-0410-9028-fcbf551c1848
include/vulkan.h
layers/mem_tracker.cpp