From 15aece8a30dcc1f1f97e28180edda46d05641a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 29 Sep 2016 12:15:36 +0200 Subject: [core] introduces types for GL objects --- test/gl/object.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/gl/object.test.cpp b/test/gl/object.test.cpp index ba3580080b..0502bbc847 100644 --- a/test/gl/object.test.cpp +++ b/test/gl/object.test.cpp @@ -80,7 +80,7 @@ TEST(GLObject, Store) { context.performCleanup(); EXPECT_TRUE(context.empty()); - mbgl::gl::UniqueShader shader = context.createShader(GL_VERTEX_SHADER); + mbgl::gl::UniqueShader shader = context.createVertexShader(); EXPECT_NE(shader.get(), 0u); shader.reset(); EXPECT_FALSE(context.empty()); -- cgit v1.2.1