diff options
| author | Chia-I Wu <olv@lunarg.com> | 2015-10-27 18:58:24 +0800 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-11-02 14:57:10 -0700 |
| commit | afd0386f54fff5d93f546a19a4f385b896009dff (patch) | |
| tree | 0c877c5a479015876e514201d6a5fbe609073a8b /include | |
| parent | dce46f488808cf5b1cf8d687e4227163edae11e5 (diff) | |
| download | usermoji-afd0386f54fff5d93f546a19a4f385b896009dff.tar.xz | |
bug 14968: Limitations of transfer operations on DMA queues (WIP)
Add minImageTransferGranularity.
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14968
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index f8af14a1..3f772814 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1308,6 +1308,7 @@ typedef struct { VkQueueFlags queueFlags; uint32_t queueCount; uint32_t timestampValidBits; + VkExtent3D minImageTransferGranularity; } VkQueueFamilyProperties; typedef struct { |
