[GPU] Fix GatherInstructionInformation enum values not handled warning
This commit is contained in:
@@ -293,6 +293,8 @@ void ShaderTranslator::GatherInstructionInformation(
|
|||||||
++memexport_alloc_count_;
|
++memexport_alloc_count_;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (bool_constant_index != UINT32_MAX) {
|
if (bool_constant_index != UINT32_MAX) {
|
||||||
constant_register_map_.bool_bitmap[bool_constant_index / 32] |=
|
constant_register_map_.bool_bitmap[bool_constant_index / 32] |=
|
||||||
|
|||||||
Reference in New Issue
Block a user