From fb21ede24cee2b0fa1b9bc659626b4a7bf2e6a6d Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 26 Oct 2015 19:16:06 +0800 Subject: bug 14861: rasterization review issues (WIP) Update vulkaninfo to print features->strictLines. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14861 --- include/vulkan.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vulkan.h') diff --git a/include/vulkan.h b/include/vulkan.h index b50ba3a0..5ea8e603 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1112,6 +1112,7 @@ typedef struct { VkBool32 fillModeNonSolid; VkBool32 depthBounds; VkBool32 wideLines; + VkBool32 strictLines; VkBool32 largePoints; VkBool32 alphaToOne; VkBool32 multiViewport; -- cgit v1.2.3