mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[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 a new issue