mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-04 09:43:16 +00:00
shader_recompiler/frontend: fix IMAGE_SAMPLE_CD
format
* Seen on Dark Souls
This commit is contained in:
parent
977371e7e1
commit
3a8a666df0
2 changed files with 2 additions and 4 deletions
|
@ -3655,8 +3655,8 @@ constexpr std::array<InstFormat, 112> InstructionFormatMIMG = {{
|
|||
{},
|
||||
{},
|
||||
// 104 = IMAGE_SAMPLE_CD
|
||||
{InstClass::VectorMemImgSmp, InstCategory::VectorMemory, 4, 1, ScalarType::Undefined,
|
||||
ScalarType::Undefined},
|
||||
{InstClass::VectorMemImgSmp, InstCategory::VectorMemory, 4, 1, ScalarType::Float32,
|
||||
ScalarType::Float32},
|
||||
// 105 = IMAGE_SAMPLE_CD_CL
|
||||
{InstClass::VectorMemImgSmp, InstCategory::VectorMemory, 4, 1, ScalarType::Undefined,
|
||||
ScalarType::Undefined},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue