Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
argb backbuffer format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Aug 1, 2019
1 parent 3288d9d commit fd4bc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cpp/dxhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void CDxHandler::AdjustPresentParams(D3D_TYPE* pParams)
pParams->FullScreen_PresentationInterval = 0;
pParams->FullScreen_RefreshRateInHz = 0;
pParams->EnableAutoDepthStencil = TRUE;
pParams->BackBufferFormat = D3DFMT_X8R8G8B8;
pParams->BackBufferFormat = D3DFMT_A8R8G8B8;

//pParams->MultiSampleType = (D3DMULTISAMPLE_TYPE)8;

Expand Down

0 comments on commit fd4bc29

Please sign in to comment.