aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-10-26 19:16:06 +0800
committerChia-I Wu <olv@lunarg.com>2015-10-30 20:49:23 +0800
commitfb21ede24cee2b0fa1b9bc659626b4a7bf2e6a6d (patch)
tree463a9798742fd2a4cb92c63bf3e2d138bc8c71b2 /include/vulkan.h
parent083d492b8397c6336892b4e25fa45a97f7687cab (diff)
downloadusermoji-fb21ede24cee2b0fa1b9bc659626b4a7bf2e6a6d.tar.xz
bug 14861: rasterization review issues (WIP)
Update vulkaninfo to print features->strictLines. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14861
Diffstat (limited to 'include/vulkan.h')
-rw-r--r--include/vulkan.h1
1 files changed, 1 insertions, 0 deletions
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;