diff options
| author | Yong He <yonghe@outlook.com> | 2021-12-09 09:35:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-09 09:35:26 -0800 |
| commit | 4ca37fea2829ad9c623b94d77bb0311f76ad0971 (patch) | |
| tree | fcf3a469a9ca5b092a85de4650e6b7d2f8151777 /tools/gfx/vulkan/vk-api.h | |
| parent | 6c08cd900c0a02140b6af9de97b05c0a955243a4 (diff) | |
gfx: Implement `claerResourceView`. (#2052)
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 6e7024752..81cfce973 100644 --- a/tools/gfx/vulkan/vk-api.h +++ b/tools/gfx/vulkan/vk-api.h @@ -79,6 +79,9 @@ namespace gfx { \ x(vkCmdBindPipeline) \ x(vkCmdClearAttachments) \ + x(vkCmdClearColorImage) \ + x(vkCmdClearDepthStencilImage) \ + x(vkCmdFillBuffer) \ x(vkCmdBindDescriptorSets) \ x(vkCmdDispatch) \ x(vkCmdDraw) \ |
