From d83cfbeab41795b80444b960b0b604f430d56337 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Jun 2014 13:12:37 +0300 Subject: Switch modernopengl from float into int buffers. --- src/graphicsmanager.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graphicsmanager.cpp') diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp index 5bd8f55b8..5455da65b 100644 --- a/src/graphicsmanager.cpp +++ b/src/graphicsmanager.cpp @@ -1042,6 +1042,7 @@ void GraphicsManager::initOpenGLFunctions() assignFunction(glBindVertexBuffer, "glBindVertexBuffer"); assignFunction(glVertexAttribBinding, "glVertexAttribBinding"); assignFunction(glVertexAttribFormat, "glVertexAttribFormat"); + assignFunction(glVertexAttribIFormat, "glVertexAttribIFormat"); } else { -- cgit v1.2.3-70-g09d2