mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Initialize pointers in constructor
This commit is contained in:
parent
386112e85f
commit
830ea8aa54
@ -132,6 +132,8 @@ D11State::D11State(IDXGISwapChain *pSwapChain, ID3D11Device *pDevice)
|
||||
pOrigStateBlock = NULL;
|
||||
pMyStateBlock = NULL;
|
||||
pRTV = NULL;
|
||||
pVertexShader = NULL;
|
||||
pPixelShader = NULL;
|
||||
pVertexLayout = NULL;
|
||||
pVertexBuffer = NULL;
|
||||
pIndexBuffer = NULL;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user