mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[d3d9] Don't advertise support for MS INTZ format
This commit is contained in:
parent
bc31ebe151
commit
0fc5c84e7b
@ -186,7 +186,8 @@ namespace dxvk {
|
||||
if (MultiSampleType != D3DMULTISAMPLE_NONE
|
||||
&& (SurfaceFormat == D3D9Format::D32_LOCKABLE
|
||||
|| SurfaceFormat == D3D9Format::D32F_LOCKABLE
|
||||
|| SurfaceFormat == D3D9Format::D16_LOCKABLE))
|
||||
|| SurfaceFormat == D3D9Format::D16_LOCKABLE
|
||||
|| SurfaceFormat == D3D9Format::INTZ))
|
||||
return D3DERR_NOTAVAILABLE;
|
||||
|
||||
uint32_t sampleCount = std::max<uint32_t>(MultiSampleType, 1u);
|
||||
|
Loading…
x
Reference in New Issue
Block a user