Wunkolo
98089180c0
GPU/Vulkan: Add debug utility functions
...
Adds a way to set the name of vulkan
objects, and automatically determining their `VkObjectType` enum value
at compile-time. As well as a utility-object for creating debug-scopes
for `VkQueue` and `VkCommandBuffer` objects. `DebugScope` objects will
automatically emit `Begin` and `End` commands within the ctor and dtor
and allow for C++ scopes to name and color sections of a vulkan command.
These DebugScopes are also able to be nested within each other and will
automatically pick a color depending on the current recursive depth.
These functions are all null-stubbed in non-debug compilations.
2021-08-01 10:56:56 -07:00
..
2021-07-17 20:38:23 +10:00
2021-04-04 04:08:42 +10:00
2021-07-17 20:38:23 +10:00
2021-05-10 13:35:58 +10:00
2021-02-22 12:22:28 +10:00
2021-01-24 17:37:09 +10:00
2021-05-20 12:19:23 +10:00
2021-05-03 12:43:33 +10:00
2021-07-14 01:25:49 +10:00
2021-07-14 01:25:49 +10:00
2021-07-12 21:14:06 +10:00
2021-07-12 21:14:06 +10:00
2021-05-03 12:43:33 +10:00
2021-03-13 15:21:40 +00:00
2021-07-10 21:45:10 +10:00
2021-04-04 04:08:42 +10:00
2021-04-04 04:08:42 +10:00
2021-07-10 21:45:10 +10:00
2021-07-10 21:45:10 +10:00
2021-07-10 21:45:10 +10:00
2021-07-31 13:29:02 +10:00
2021-07-24 13:07:11 +10:00
2021-07-16 12:27:31 +10:00
2021-07-24 13:04:54 +10:00
2021-07-16 12:27:31 +10:00
2021-06-15 22:58:29 +10:00
2020-12-17 11:57:47 +10:00
2021-07-24 14:07:37 +10:00
2021-07-24 14:07:37 +10:00
2021-07-24 14:07:37 +10:00
2021-07-24 13:30:35 +10:00
2021-07-24 13:30:35 +10:00
2021-07-24 13:07:11 +10:00
2021-07-24 13:07:11 +10:00
2021-07-24 13:07:11 +10:00
2021-07-24 13:07:11 +10:00
2021-06-30 14:38:07 +10:00
2021-07-24 13:07:11 +10:00
2021-07-24 13:07:11 +10:00
2021-04-04 04:08:42 +10:00
2021-04-04 04:08:42 +10:00
2021-05-03 12:43:33 +10:00
2021-01-10 01:39:21 +10:00
2021-02-06 19:19:55 +10:00
2020-12-26 00:47:02 +10:00
2021-05-20 13:28:36 +10:00
2021-05-20 13:28:36 +10:00
2021-04-13 13:18:51 +10:00
2021-07-21 19:24:10 +10:00
2021-07-21 19:24:10 +10:00
2021-07-22 13:58:03 +10:00
2021-07-21 19:24:10 +10:00
2021-07-21 19:24:10 +10:00
2021-07-21 19:24:10 +10:00
2021-07-21 19:24:10 +10:00
2021-07-21 19:24:10 +10:00
2021-08-01 10:56:56 -07:00
2021-07-21 19:24:10 +10:00
2021-07-21 19:24:10 +10:00
2021-07-21 19:24:10 +10:00
2021-07-17 14:03:04 +10:00
2021-07-17 14:03:04 +10:00
2021-05-20 13:28:36 +10:00
2021-05-20 12:19:27 +10:00
2021-05-20 13:28:36 +10:00
2021-04-30 02:53:03 +10:00
2021-07-10 21:45:10 +10:00
2020-07-31 17:09:18 +10:00
2021-07-16 12:27:31 +10:00
2021-07-16 12:27:31 +10:00
2021-04-28 02:51:44 +10:00
2021-07-10 21:45:10 +10:00
2020-08-06 19:32:53 +10:00
2020-08-06 19:32:53 +10:00
2021-07-24 13:07:11 +10:00
2021-07-11 14:03:14 +10:00
2020-07-31 17:09:18 +10:00
2020-07-31 17:09:18 +10:00
2020-12-18 03:03:22 +10:00
2020-12-18 03:03:22 +10:00
2021-02-12 01:01:30 +10:00
2020-12-19 02:44:46 +10:00
2021-06-26 00:03:18 +10:00
2021-06-25 14:43:19 +10:00
2021-05-20 12:19:28 +10:00
2021-05-23 17:12:01 +10:00
2021-03-01 14:59:59 -08:00
2021-03-01 14:59:59 -08:00
2021-05-20 12:19:21 +10:00
2021-04-04 04:08:42 +10:00
2021-07-17 20:38:23 +10:00
2021-04-04 04:08:42 +10:00
2021-06-04 13:14:30 +10:00
2021-05-20 12:19:28 +10:00
2021-06-24 16:52:40 +10:00
2021-06-12 22:02:33 +10:00
2021-04-04 04:08:42 +10:00
2021-04-04 04:08:42 +10:00
2021-04-17 21:52:26 +10:00
2021-01-24 17:37:09 +10:00
2020-07-01 00:56:46 +10:00
2020-07-01 00:56:46 +10:00
2021-06-19 15:16:01 +10:00
2021-07-24 13:07:11 +10:00
2021-07-24 13:07:11 +10:00
2021-07-11 13:08:25 +10:00
2021-07-11 13:08:25 +10:00
2021-04-06 02:19:56 +10:00
2020-07-31 17:09:18 +10:00
2020-07-31 17:09:18 +10:00
2021-02-12 01:01:30 +10:00
2021-06-14 19:32:15 +10:00
2021-07-24 13:07:09 +10:00
2021-05-24 21:24:22 +10:00
2021-06-30 14:38:07 +10:00
2020-12-26 00:47:03 +10:00
2021-02-22 12:21:44 +10:00
2021-02-09 01:01:36 +10:00
2021-07-31 13:25:03 +10:00
2021-06-14 14:55:20 +10:00
2021-07-10 21:45:10 +10:00