summaryrefslogtreecommitdiffstats
path: root/include/vulkan/vulkan.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-11-30 17:54:51 -0800
committerJason Ekstrand <[email protected]>2015-12-03 13:43:52 -0800
commit1ab9f843bc40c54daeb94676131e8323d4f2359f (patch)
tree27da7090dd301632708156503992631b08a11d47 /include/vulkan/vulkan.h
parent17486b86644688c4f295d189b354a6ea1d6a1471 (diff)
vk/0.210.0: Don't allow chaining of description structs
Diffstat (limited to 'include/vulkan/vulkan.h')
-rw-r--r--include/vulkan/vulkan.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h
index 28e9b3283ce..2c0c5a53c49 100644
--- a/include/vulkan/vulkan.h
+++ b/include/vulkan/vulkan.h
@@ -1927,8 +1927,6 @@ typedef struct VkFramebufferCreateInfo {
} VkFramebufferCreateInfo;
typedef struct VkAttachmentDescription {
- VkStructureType sType;
- const void* pNext;
VkAttachmentDescriptionFlags flags;
VkFormat format;
uint32_t samples;
@@ -1946,8 +1944,6 @@ typedef struct VkAttachmentReference {
} VkAttachmentReference;
typedef struct VkSubpassDescription {
- VkStructureType sType;
- const void* pNext;
VkSubpassDescriptionFlags flags;
VkPipelineBindPoint pipelineBindPoint;
uint32_t inputCount;
@@ -1961,8 +1957,6 @@ typedef struct VkSubpassDescription {
} VkSubpassDescription;
typedef struct VkSubpassDependency {
- VkStructureType sType;
- const void* pNext;
uint32_t srcSubpass;
uint32_t destSubpass;
VkPipelineStageFlags srcStageMask;