mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Initialise AMD extension pointer to NULL. Refs #708
* This means we can SAFE_RELEASE it safely.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user