mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
Added ability to retrieve uniform info.
This commit is contained in:
@@ -4161,7 +4161,7 @@ namespace bgfx { namespace gl
|
||||
}
|
||||
else
|
||||
{
|
||||
const UniformInfo* info = s_renderGL->m_uniformReg.find(name);
|
||||
const UniformRegInfo* info = s_renderGL->m_uniformReg.find(name);
|
||||
BX_WARN(NULL != info, "User defined uniform '%s' is not found, it won't be set.", name);
|
||||
|
||||
if (NULL != info)
|
||||
|
||||
Reference in New Issue
Block a user