2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 06:59:13 +00:00

Vulkan API sync

This commit is contained in:
Jack Andersen
2016-04-03 20:37:15 -10:00
parent a7cf3fafa8
commit c26a288a8c
3 changed files with 4 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ struct VulkanLineDataBindingFactory : CLineRendererShaders::IDataBindingFactory
renderer.m_shaderBind = ctx.newShaderDataBinding(pipeline, nullptr, renderer.m_vertBuf,
nullptr, nullptr, 1, uniforms,
texCount, textures);
nullptr, texCount, textures);
}
};