From 74bf10b689ecca941559722b87fc929d691d694c Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 26 Oct 2015 16:47:26 +0800 Subject: bug 14914: Should strictLines be a feature or a limit (WIP) A limit. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14914 --- include/vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index f7e6cc3e..e7e397b4 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1106,7 +1106,6 @@ typedef struct { VkBool32 fillModeNonSolid; VkBool32 depthBounds; VkBool32 wideLines; - VkBool32 strictLines; VkBool32 largePoints; VkBool32 alphaToOne; VkBool32 multiViewport; @@ -1263,6 +1262,7 @@ typedef struct { float lineWidthRange[2]; float pointSizeGranularity; float lineWidthGranularity; + VkBool32 strictLines; uint32_t recommendedBufferCopyOffsetAlignment; uint32_t recommendedBufferCopyRowPitchAlignment; } VkPhysicalDeviceLimits; -- cgit v1.2.3