From: scygan Date: Tue, 22 Dec 2015 14:37:08 +0000 (+0100) Subject: draw tests: make draw_instanced_indexed_* test use instancing (test case list bug) X-Git-Tag: upstream/0.1.0~812^2~403^2~22^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad016cf6edbf5a5f813d96db5f13536356001d2f;p=platform%2Fupstream%2FVK-GL-CTS.git draw tests: make draw_instanced_indexed_* test use instancing (test case list bug) --- diff --git a/external/vulkancts/modules/vulkan/draw/vktDrawIndexedTest.cpp b/external/vulkancts/modules/vulkan/draw/vktDrawIndexedTest.cpp index edb4592..f285250 100644 --- a/external/vulkancts/modules/vulkan/draw/vktDrawIndexedTest.cpp +++ b/external/vulkancts/modules/vulkan/draw/vktDrawIndexedTest.cpp @@ -365,8 +365,8 @@ void DrawIndexedTests::init (void) shaderPaths[glu::SHADERTYPE_VERTEX] = "vulkan/draw/VertexFetchWithInstance.vert"; shaderPaths[glu::SHADERTYPE_FRAGMENT] = "vulkan/draw/VertexFetch.frag"; - addChild(new InstanceFactory(m_testCtx, "draw_instanced_indexed_triangle_list", "Draws indexed triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST)); - addChild(new InstanceFactory(m_testCtx, "draw_instanced_indexed_triangle_strip", "Draws indexed triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP)); + addChild(new InstanceFactory(m_testCtx, "draw_instanced_indexed_triangle_list", "Draws indexed triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST)); + addChild(new InstanceFactory(m_testCtx, "draw_instanced_indexed_triangle_strip", "Draws indexed triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP)); } } // DrawTests