Initialise AMD extension pointer to NULL. Refs #708

* This means we can SAFE_RELEASE it safely.
This commit is contained in:
baldurk
2017-07-31 10:22:53 +01:00
parent 608cd152d9
commit fb126d0f7e
+1 -1
View File
@@ -90,7 +90,7 @@ class WrappedID3D12GraphicsCommandList : public RefCounter12<ID3D12GraphicsComma
// command recording/replay data shared between queues and lists
D3D12CommandData *m_Cmd;
IAmdExtD3DCommandListMarker *m_AMDMarkers;
IAmdExtD3DCommandListMarker *m_AMDMarkers = NULL;
WrappedID3D12RootSignature *m_CurGfxRootSig, *m_CurCompRootSig;