Skip to content

Commit

Permalink
Dx9/11 resize
Browse files Browse the repository at this point in the history
  • Loading branch information
totetmatt committed Oct 7, 2024
1 parent 87dbe10 commit 3979482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/platform_w32_dx11/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ char defaultVertexShader[ 65536 ] =
"}\n";

bool run = true;

bool sizeChanged =false;
IDXGISwapChain * pSwapChain = NULL;
ID3D11Device * pDevice = NULL;
ID3D11DeviceContext * pContext = NULL;
Expand Down
2 changes: 1 addition & 1 deletion src/platform_w32_dx9/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ char defaultVertexShader[ 65536 ] =
"}\n";

bool run = true;

bool sizeChanged =false;
LPDIRECT3D9 pD3D = NULL;
LPDIRECT3DDEVICE9 pDevice = NULL;
LPD3DXCONSTANTTABLE pConstantTable = NULL;
Expand Down

0 comments on commit 3979482

Please sign in to comment.