This commit is contained in:
Branimir Karadžić 2017-12-07 19:02:43 -08:00
parent ac71c0f53b
commit 45b41f62d1
2 changed files with 2 additions and 2 deletions

View File

@ -2227,7 +2227,7 @@ namespace bgfx
m_exit = true;
}
// fall through
BX_FALLTHROUGH;
case CommandBuffer::End:
end = true;

View File

@ -1767,7 +1767,7 @@ namespace bgfx
{
case DXBC_CHUNK_SHADER_EX:
_dxbc.shader.shex = true;
// fallthrough
BX_FALLTHROUGH;
case DXBC_CHUNK_SHADER:
size += read(_reader, _dxbc.shader, _err);