summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan/vk-api.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-12-13 09:58:29 -0800
committerGitHub <noreply@github.com>2021-12-13 09:58:29 -0800
commit7c1ca35c96096cb0059f0ef23a799bf5952810c5 (patch)
tree6c130f5906f166a847ae3cde680cdbcd3c6333a0 /tools/gfx/vulkan/vk-api.h
parent3359313620cd57b8404f95cfe7b07cce514eff71 (diff)
gfx: Implement `setSamplePositions`. (#2056)
* gfx: Implement remaining resource commands on D3D12. Includes: `textureBarrier`, `copyTexture`, `uploadTextureData`, `copyTextureToBuffer`, and `textureSubresourceBarrier`. * gfx: Implement `CurrentSize` query. * gfx: Implement `setSamplePositions`. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx/vulkan/vk-api.h b/tools/gfx/vulkan/vk-api.h
index 9cbff8ee4..bf0a99504 100644
--- a/tools/gfx/vulkan/vk-api.h
+++ b/tools/gfx/vulkan/vk-api.h
@@ -190,6 +190,7 @@ namespace gfx {
x(vkSignalSemaphoreKHR) \
x(vkWaitSemaphores) \
x(vkWaitSemaphoresKHR) \
+ x(vkCmdSetSampleLocationsEXT) \
/* */
#define VK_API_ALL_GLOBAL_PROCS(x) \