Commit a792193e by Jamie Madill Committed by Commit Bot

Vulkan: Enable StateChangeTest.DisablingBufferedVertexAttribute.

This was likely fixed with default vertex attribute support. Bug: angleproject:2650 Change-Id: Ibbc19013ed8227c6fe32ae186b0fa88e5c837589 Reviewed-on: https://chromium-review.googlesource.com/1200369Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 2b858c2f
...@@ -304,10 +304,6 @@ void main() ...@@ -304,10 +304,6 @@ void main()
// Tests that using a buffered attribute, then disabling it and using current value, works. // Tests that using a buffered attribute, then disabling it and using current value, works.
TEST_P(StateChangeTest, DisablingBufferedVertexAttribute) TEST_P(StateChangeTest, DisablingBufferedVertexAttribute)
{ {
// TODO(lucferron): Diagnose and fix
// http://anglebug.com/2650
ANGLE_SKIP_TEST_IF(IsVulkan());
ANGLE_GL_PROGRAM(program, kSimpleAttributeVS, kSimpleAttributeFS); ANGLE_GL_PROGRAM(program, kSimpleAttributeVS, kSimpleAttributeFS);
glUseProgram(program); glUseProgram(program);
GLint attribLoc = glGetAttribLocation(program, "testAttrib"); GLint attribLoc = glGetAttribLocation(program, "testAttrib");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment