aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-11-06 10:37:51 +0800
committerJon Ashburn <jon@lunarg.com>2015-11-06 15:09:07 -0700
commit242c24fae2b831e63a076151880119f52aed408d (patch)
tree5e8338131f73de4c609c12bcc84feebfd5930447 /include/vulkan
parentbeb9915d7e2b79a15fb79db0298217e2d657b99f (diff)
downloadusermoji-242c24fae2b831e63a076151880119f52aed408d.tar.xz
bug 15004: Non-coherent memory, when is flush and invalidate required
Add nonCoherentAtomSize. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15004
Diffstat (limited to 'include/vulkan')
-rw-r--r--include/vulkan/vulkan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h
index 15e89b5c..4eb7e96a 100644
--- a/include/vulkan/vulkan.h
+++ b/include/vulkan/vulkan.h
@@ -1288,6 +1288,7 @@ typedef struct VkPhysicalDeviceLimits {
VkBool32 standardSampleLocations;
VkDeviceSize optimalBufferCopyOffsetAlignment;
VkDeviceSize optimalBufferCopyRowPitchAlignment;
+ VkDeviceSize nonCoherentAtomSize;
} VkPhysicalDeviceLimits;
typedef struct VkPhysicalDeviceSparseProperties {