diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-20 11:32:47 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 17:31:14 -0600 |
| commit | dfc5a8864bdfe193981f0e2849e0fd9bcccd7587 (patch) | |
| tree | d6d4199714dff987c42d169db280450f86ce5354 /include | |
| parent | 8a3d7e4e6fc0e40330d41d49ecdefbda7a7a2314 (diff) | |
| download | usermoji-dfc5a8864bdfe193981f0e2849e0fd9bcccd7587.tar.xz | |
misc: Remove WRITE_COMBINED
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index b11c0a3f..d395eb07 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -893,8 +893,7 @@ typedef enum { VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT = 0x00000001, VK_MEMORY_PROPERTY_HOST_NON_COHERENT_BIT = 0x00000002, VK_MEMORY_PROPERTY_HOST_UNCACHED_BIT = 0x00000004, - VK_MEMORY_PROPERTY_HOST_WRITE_COMBINED_BIT = 0x00000008, - VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT = 0x00000010, + VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT = 0x00000008, } VkMemoryPropertyFlagBits; typedef VkFlags VkMemoryPropertyFlags; |
