diff options
| author | Chia-I Wu <olv@lunarg.com> | 2015-10-26 16:47:26 +0800 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-11-02 14:02:05 -0700 |
| commit | 74bf10b689ecca941559722b87fc929d691d694c (patch) | |
| tree | a767aff9df7861b38bb0353eca4413c84dbb30ad /include | |
| parent | 6363606ca2a406c7fe580006c1d2e2e049535e91 (diff) | |
| download | usermoji-74bf10b689ecca941559722b87fc929d691d694c.tar.xz | |
bug 14914: Should strictLines be a feature or a limit (WIP)
A limit.
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14914
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
