[GPU] Fix GatherInstructionInformation enum values not handled warning
This commit is contained in:
parent
814990f686
commit
b256005b7a
|
@ -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] |=
|
||||
|
|
Loading…
Reference in New Issue