Skip to content

Commit

Permalink
Fix type on IMAGE_GATHER4_C_LZ
Browse files Browse the repository at this point in the history
Had a different set of types compared to the other IMAGE_GATHER4 ops.
  • Loading branch information
StevenMiller123 committed Dec 27, 2024
1 parent 0b831cf commit 8a638c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shader_recompiler/frontend/format.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3603,7 +3603,7 @@ constexpr std::array<InstFormat, 112> InstructionFormatMIMG = {{
ScalarType::Undefined},
// 79 = IMAGE_GATHER4_C_LZ
{InstClass::VectorMemImgSmp, InstCategory::VectorMemory, 4, 1, ScalarType::Uint32,
ScalarType::Uint32},
ScalarType::Float32},
// 80 = IMAGE_GATHER4_O
{InstClass::VectorMemImgSmp, InstCategory::VectorMemory, 4, 1, ScalarType::Uint32,
ScalarType::Float32},
Expand Down

0 comments on commit 8a638c3

Please sign in to comment.