From 6c80e262e5494ddb098957f5773d263dcccc0fd5 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Tue, 11 Aug 2015 15:38:21 -0600 Subject: Bug 14339 - Add alphaToOne as an optional feature --- include/vulkan.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vulkan.h b/include/vulkan.h index ff575b3e..6e73ebf1 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1184,6 +1184,7 @@ typedef struct { VkBool32 shaderInt16; VkBool32 shaderResourceResidency; VkBool32 shaderResourceMinLOD; + VkBool32 alphaToOne; VkBool32 sparse; VkBool32 sparseResidencyBuffer; VkBool32 sparseResidencyImage2D; -- cgit v1.2.3