Changed: Added zbuffer formats (commented)
This commit is contained in:
parent
c4f90a40d2
commit
74e69d4bc2
1 changed files with 2 additions and 0 deletions
|
@ -2715,6 +2715,8 @@ bool CDriverD3D::fillPresentParameter (D3DPRESENT_PARAMETERS ¶meters, D3DFOR
|
|||
// Choose a zbuffer format
|
||||
D3DFORMAT zbufferFormats[]=
|
||||
{
|
||||
//uncomment to save zbuffer D3DFMT_D32F_LOCKABLE,
|
||||
//uncomment to save zbuffer D3DFMT_D16_LOCKABLE,
|
||||
/*D3DFMT_D32,
|
||||
D3DFMT_D24X8,*/
|
||||
D3DFMT_D24S8,
|
||||
|
|
Loading…
Reference in a new issue