mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[d3d9] Don't use VK_RESOLVE_MODE_AVERAGE_BIT_KHR for stencil resolves
Doesn't work, always write sample zero instead.
This commit is contained in:
parent
76ba03398d
commit
e406484b84
@ -1066,7 +1066,7 @@ namespace dxvk {
|
|||||||
ctx->resolveDepthStencilImage(
|
ctx->resolveDepthStencilImage(
|
||||||
cDstImage, cSrcImage, cRegion,
|
cDstImage, cSrcImage, cRegion,
|
||||||
VK_RESOLVE_MODE_AVERAGE_BIT_KHR,
|
VK_RESOLVE_MODE_AVERAGE_BIT_KHR,
|
||||||
VK_RESOLVE_MODE_AVERAGE_BIT_KHR);
|
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user