• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* WARNING: This is auto-generated file. Do not modify, since changes will
2 * be lost! Modify the generating script instead.
3 * This file was generated by /scripts/gen_framework.py
4 */
5
6std::map<std::string, std::vector<std::string> > instExtDeviceFun
7{
8	{ "VK_EXT_debug_utils",
9		{
10			"vkSetDebugUtilsObjectNameEXT",
11			"vkSetDebugUtilsObjectTagEXT",
12			"vkQueueBeginDebugUtilsLabelEXT",
13			"vkQueueEndDebugUtilsLabelEXT",
14			"vkQueueInsertDebugUtilsLabelEXT",
15			"vkCmdBeginDebugUtilsLabelEXT",
16			"vkCmdEndDebugUtilsLabelEXT",
17			"vkCmdInsertDebugUtilsLabelEXT",
18		}
19	},
20};
21