summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan/vk-api.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-12-09 09:35:26 -0800
committerGitHub <noreply@github.com>2021-12-09 09:35:26 -0800
commit4ca37fea2829ad9c623b94d77bb0311f76ad0971 (patch)
treefcf3a469a9ca5b092a85de4650e6b7d2f8151777 /tools/gfx/vulkan/vk-api.h
parent6c08cd900c0a02140b6af9de97b05c0a955243a4 (diff)
gfx: Implement `claerResourceView`. (#2052)
Diffstat (limited to 'tools/gfx/vulkan/vk-api.h')
-rw-r--r--tools/gfx/vulkan/vk-api.h3
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) \