Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
[d3d9] D3DFMT_D16 -> DXGI_FORMAT_D16_UNORM.
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Jan 29, 2019
1 parent 4e193c5 commit 172257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3d9/d3d9_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace dxup {
{ D3DFMT_D24X4S4, DXGI_FORMAT_D24_UNORM_S8_UINT },
{ D3DFMT_D24FS8, DXGI_FORMAT_D24_UNORM_S8_UINT },
{ D3DFMT_D32, DXGI_FORMAT_D32_FLOAT },
{ D3DFMT_D16, DXGI_FORMAT_D32_FLOAT },
{ D3DFMT_D16, DXGI_FORMAT_D16_UNORM },
{ D3DFMT_DF24, DXGI_FORMAT_D32_FLOAT },
{ D3DFMT_DF16, DXGI_FORMAT_D32_FLOAT },
//{ D3DFMT_INTZ, DXGI_FORMAT_D32_FLOAT },
Expand Down

0 comments on commit 172257f

Please sign in to comment.