aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-10-26 17:04:32 +0800
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-11-02 14:12:20 -0700
commit72d79dce404606b9416ecf812bb0a02071c1a485 (patch)
tree33a826e5fc883b3b79c3c8427682e9f1b1ae7354 /include
parentccf127449c0c10599e46e6017c1fe2fa41e434da (diff)
downloadusermoji-72d79dce404606b9416ecf812bb0a02071c1a485.tar.xz
v191: bug 14574: Capability bit for stores from non-fragment/compute shaders (WIP)
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14574
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index c2fcfb2f..fa66c8e8 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -41,7 +41,7 @@ extern "C" {
((major << 22) | (minor << 12) | patch)
// Vulkan API version supported by this file
-#define VK_API_VERSION VK_MAKE_VERSION(0, 190, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 191, 0)
#define VK_NULL_HANDLE 0
@@ -1138,12 +1138,9 @@ typedef struct {
VkBool32 textureCompressionBC;
VkBool32 occlusionQueryNonConservative;
VkBool32 pipelineStatisticsQuery;
- VkBool32 vertexSideEffects;
- VkBool32 tessellationSideEffects;
- VkBool32 geometrySideEffects;
- VkBool32 fragmentSideEffects;
- VkBool32 shaderTessellationPointSize;
- VkBool32 shaderGeometryPointSize;
+ VkBool32 vertexPipelineStoresAndAtomics;
+ VkBool32 fragmentStoresAndAtomics;
+ VkBool32 shaderTessellationAndGeometryPointSize;
VkBool32 shaderImageGatherExtended;
VkBool32 shaderStorageImageExtendedFormats;
VkBool32 shaderStorageImageMultisample;