Vulkan API sync

This commit is contained in:
Jack Andersen
2016-04-03 20:36:28 -10:00
parent 4a2c32c2a9
commit 5b43b31529
3 changed files with 3 additions and 3 deletions

View File

@@ -506,7 +506,7 @@ IShaderPipeline* GLDataFactory::Context::newShaderPipeline
{
GLint uniLoc = glGetUniformBlockIndex(shader.m_prog, uniformBlockNames[i]);
if (uniLoc < 0)
Log.report(logvisor::Error, "unable to find uniform block '%s'", uniformBlockNames[i]);
Log.report(logvisor::Warning, "unable to find uniform block '%s'", uniformBlockNames[i]);
shader.m_uniLocs.push_back(uniLoc);
}
}