1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

[dxbc] Fix swizzles in lod instruction

Fixes #1764.
This commit is contained in:
Philip Rebohle 2021-08-05 22:56:03 +02:00
parent 97ef8a6fb3
commit 546bd6f462
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -3249,6 +3249,7 @@ namespace dxvk {
getVectorTypeId(result.type),
resultIds.size(), resultIds.data());
result = emitRegisterSwizzle(result, ins.src[1].swizzle, ins.dst[0].mask);
emitRegisterStore(ins.dst[0], result);
}