mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[d3d9] Don't expose D32 format
Not supported anywhere except REF device it seems... *sigh* Supercedes: #2547
This commit is contained in:
parent
4f8da62c34
commit
1f88ee595f
@ -226,10 +226,7 @@ namespace dxvk {
|
||||
VK_FORMAT_UNDEFINED,
|
||||
VK_IMAGE_ASPECT_DEPTH_BIT };
|
||||
|
||||
case D3D9Format::D32: return {
|
||||
VK_FORMAT_D32_SFLOAT,
|
||||
VK_FORMAT_UNDEFINED,
|
||||
VK_IMAGE_ASPECT_DEPTH_BIT };
|
||||
case D3D9Format::D32: return {}; // Unsupported (everywhere)
|
||||
|
||||
case D3D9Format::D15S1: return {}; // Unsupported (everywhere)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user