migrate to DirectX 9Ex from DirectX 9

This commit is contained in:
mq1n
2025-09-19 16:12:33 +03:00
parent df346e156b
commit fb7e53b909
24 changed files with 100 additions and 88 deletions

View File

@@ -9,7 +9,7 @@ void CPythonGraphic::Destroy()
{
}
LPDIRECT3D9 CPythonGraphic::GetD3D()
LPDIRECT3D9EX CPythonGraphic::GetD3D()
{
return ms_lpd3d;
}

View File

@@ -18,7 +18,7 @@ class CPythonGraphic : public CScreen, public CSingleton<CPythonGraphic>
void PushState();
void PopState();
LPDIRECT3D9 GetD3D();
LPDIRECT3D9EX GetD3D();
float GetOrthoDepth();
void SetInterfaceRenderState();