diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-01-10 15:27:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 15:27:02 -0500 |
| commit | 74404261d22ff9d22da20c2fbe8b845388e8db41 (patch) | |
| tree | afba6af50ca7aec63a3d0fbdedf8855bc6ea29e2 /src/video_core/vulkan_common/vulkan_device.h | |
| parent | e2c68edd35457dc790fbebb42ddc77f018cb8eca (diff) | |
| parent | fa8581e9008808338615fb6af1c17b4baa5ef1e9 (diff) | |
Merge pull request #9598 from liamwhite/indirect
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) \ |
