Skip to content

Commit

Permalink
Addendum to e53f44e (Added another test fix for #9085 (Clone failed @…
Browse files Browse the repository at this point in the history
… 'dxCreateShader'))
  • Loading branch information
ccw808 committed Jan 2, 2016
1 parent e53f44e commit df932dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MTA10/sdk/core/CRenderItemManagerInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ class CEffectWrap : public CRenderItem
virtual HRESULT Begin ( UINT* pPasses, DWORD Flags, bool bWorldRender = true ) = 0;
virtual HRESULT End ( void ) = 0;

ID3DXEffect** m_ppD3DEffect;
ID3DXEffect* m_pD3DEffect;
D3DXHANDLE hWorld, hView, hProjection, hWorldView, hWorldViewProj;
D3DXHANDLE hViewProj, hViewInv, hWorldInvTr, hViewInvTr;
Expand Down

0 comments on commit df932dd

Please sign in to comment.