bug 14914: Should strictLines be a feature or a limit (WIP)

A limit.

https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14914
diff --git a/include/vulkan.h b/include/vulkan.h
index f7e6cc3..e7e397b 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -1106,7 +1106,6 @@
     VkBool32                                    fillModeNonSolid;
     VkBool32                                    depthBounds;
     VkBool32                                    wideLines;
-    VkBool32                                    strictLines;
     VkBool32                                    largePoints;
     VkBool32                                    alphaToOne;
     VkBool32                                    multiViewport;
@@ -1263,6 +1262,7 @@
     float                                       lineWidthRange[2];
     float                                       pointSizeGranularity;
     float                                       lineWidthGranularity;
+    VkBool32                                    strictLines;
     uint32_t                                    recommendedBufferCopyOffsetAlignment;
     uint32_t                                    recommendedBufferCopyRowPitchAlignment;
 } VkPhysicalDeviceLimits;