tests: Use line width of 1.0f in ColorBlendLogicOpTests
authorChris Forbes <chrisforbes@google.com>
Mon, 3 Oct 2016 01:28:00 +0000 (14:28 +1300)
committerChris Forbes <chrisforbes@google.com>
Mon, 3 Oct 2016 19:37:26 +0000 (08:37 +1300)
Signed-off-by: Chris Forbes <chrisforbes@google.com>
tests/layer_validation_tests.cpp

index 546474c..446758f 100644 (file)
@@ -13940,6 +13940,7 @@ TEST_F(VkLayerTest, ColorBlendLogicOpTests) {
 
     VkPipelineRasterizationStateCreateInfo rs_ci = {};
     rs_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO;
+    rs_ci.lineWidth = 1.0f;
 
     VkPipelineColorBlendAttachmentState att = {};
     att.blendEnable = VK_FALSE;