Skip to content

Commit

Permalink
Log Transparency Antialiasing features
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Nov 15, 2023
1 parent 3ac12de commit e7b3553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 2095
#define BUILD_NUMBER 2096
1 change: 1 addition & 0 deletions Wrappers/d3d8/IDirect3D8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ HRESULT m_IDirect3D8::CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFo
{
SetSSAA = (ProxyInterface->CheckDeviceFormat(Adapter, D3DDEVTYPE_HAL, D3DFMT_X8R8G8B8, 0, D3DRTYPE_SURFACE, FOURCC_SSAA) == D3D_OK);
SetATOC = (ProxyInterface->CheckDeviceFormat(Adapter, D3DDEVTYPE_HAL, D3DFMT_X8R8G8B8, 0, D3DRTYPE_SURFACE, FOURCC_ATOC) == D3D_OK);
Logging::Log() << "Transparency Antialiasing features. SSAA: " << SetSSAA << " ATOC: " << SetATOC;
}

// Update presentation parameters
Expand Down

0 comments on commit e7b3553

Please sign in to comment.