Commit a018741
committed
Fixed an issue that SwapChainDesc.DepthBufferFormat = TEX_FORMAT_R24G8_TYPELESS was not supported in D3D12 with error -> D3D12_CLEAR_VALUE::Format cannot be a typeless format. A fully qualified format must be supplied. Format = R24G8_TYPELESS. [ STATE_CREATION ERROR #817: ]
1 parent 5a08125 commit a018741
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments