[GPU] Fix GatherInstructionInformation enum values not handled warning

This commit is contained in:
Triang3l 2020-05-11 00:28:26 +03:00
parent 814990f686
commit b256005b7a
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,8 @@ void ShaderTranslator::GatherInstructionInformation(
++memexport_alloc_count_;
}
break;
default:
break;
}
if (bool_constant_index != UINT32_MAX) {
constant_register_map_.bool_bitmap[bool_constant_index / 32] |=