mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
uninitialized variables-gfx
This commit is contained in:
parent
1efb687867
commit
b9c207765e
33 changed files with 108 additions and 43 deletions
|
|
@ -324,6 +324,8 @@ GFXD3D11WindowTarget::GFXD3D11WindowTarget()
|
|||
mDepthStencilView = NULL;
|
||||
mDepthStencil = NULL;
|
||||
mBackBufferView = NULL;
|
||||
mSwapChain = NULL;
|
||||
dMemset(&mPresentationParams, 0, sizeof(mPresentationParams));
|
||||
mSecondaryWindow = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue