Skip to content

Commit

Permalink
Backends: DX9: programmable rendering pipeline: 7.zero mvp mat
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuanlan authored and Kuanlan committed May 25, 2021
1 parent 365be78 commit e9e77fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/imgui_impl_dx9.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static int g_VertexBufferSize = 4096;
static int g_IndexBufferSize = 8192;
// Direct3D9 state
static IDirect3DStateBlock9* g_pd3dState = NULL;
static D3DMATRIX g_LastMVP[3];
static D3DMATRIX g_LastMVP[3] = {};
// Direct3D9 programmable rendering pipeline data
static bool g_IsShaderPipeline = false;
static IDirect3DVertexDeclaration9* g_pInputLayout = NULL;
Expand Down

0 comments on commit e9e77fb

Please sign in to comment.