diff options
| author | Yong He <yonghe@outlook.com> | 2022-02-16 22:34:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-16 22:34:20 -0800 |
| commit | d4145519dd86f6d18b07393d989141bda4d4ceb3 (patch) | |
| tree | 656652524093abc1699301913506a906cf8e05c3 /tools/gfx/vulkan/vk-api.h | |
| parent | 505860911a562f25a8ada1bc294786c3a63b848f (diff) | |
Various gfx fixes. (#2132)
* Various gfx fixes.
* Fix test case.
* Fix crash.
* Trigger build
* Trigger build 2
* Fix vulkan unit tests.
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tools/gfx/vulkan/vk-api.h')
| -rw-r--r-- | tools/gfx/vulkan/vk-api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gfx/vulkan/vk-api.h b/tools/gfx/vulkan/vk-api.h index 4c4d576a7..8c87e6254 100644 --- a/tools/gfx/vulkan/vk-api.h +++ b/tools/gfx/vulkan/vk-api.h @@ -197,6 +197,9 @@ namespace gfx { x(vkWaitSemaphores) \ x(vkWaitSemaphoresKHR) \ x(vkCmdSetSampleLocationsEXT) \ + x(vkCmdDebugMarkerBeginEXT) \ + x(vkCmdDebugMarkerEndEXT) \ + x(vkDebugMarkerSetObjectNameEXT) \ /* */ #define VK_API_ALL_GLOBAL_PROCS(x) \ |
