mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-26 04:05:58 +00:00
Metal: Fixed pipeline state cache reusing stale uniform handles. (#3893)
This commit is contained in:
committed by
GitHub
parent
419cf9c281
commit
bc70563478
@@ -2784,6 +2784,7 @@ static_assert(BX_COUNTOF(s_accessNames) == Access::Count, "Invalid s_accessNames
|
||||
murmur.add(frameBuffer.m_pixelFormatHash);
|
||||
}
|
||||
|
||||
murmur.add(_program.idx);
|
||||
murmur.add(program.m_vsh->m_hash);
|
||||
if (NULL != program.m_fsh)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user