diff options
| author | Liam <byteslice@airmail.cc> | 2023-01-10 09:43:36 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-01-10 09:43:36 -0500 |
| commit | fa8581e9008808338615fb6af1c17b4baa5ef1e9 (patch) | |
| tree | 86367aa2d7fb8917a036ed297781bf98dab6beaf /src/video_core/vulkan_common/vulkan_device.h | |
| parent | fda0e7e9899e1a023f3dea76079ffa9cce0e5d89 (diff) | |
vulkan_common: fix indirect draw with count
Diffstat (limited to 'src/video_core/vulkan_common/vulkan_device.h')
| -rw-r--r-- | src/video_core/vulkan_common/vulkan_device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.h b/src/video_core/vulkan_common/vulkan_device.h index 4cfb20bc2..0662a2d9f 100644 --- a/src/video_core/vulkan_common/vulkan_device.h +++ b/src/video_core/vulkan_common/vulkan_device.h @@ -65,6 +65,7 @@ EXTENSION(EXT, SHADER_VIEWPORT_INDEX_LAYER, shader_viewport_index_layer) \ EXTENSION(EXT, TOOLING_INFO, tooling_info) \ EXTENSION(EXT, VERTEX_ATTRIBUTE_DIVISOR, vertex_attribute_divisor) \ + EXTENSION(KHR, DRAW_INDIRECT_COUNT, draw_indirect_count) \ EXTENSION(KHR, DRIVER_PROPERTIES, driver_properties) \ EXTENSION(KHR, EXTERNAL_MEMORY_FD, external_memory_fd) \ EXTENSION(KHR, PUSH_DESCRIPTOR, push_descriptor) \ |
