mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 21:01:04 +00:00
Initialise resource pointer to NULL
This commit is contained in:
@@ -673,6 +673,7 @@ struct VkResourceRecord : public ResourceRecord
|
||||
|
||||
VkResourceRecord(ResourceId id) :
|
||||
ResourceRecord(id, true),
|
||||
Resource(NULL),
|
||||
bakedCommands(NULL),
|
||||
pool(NULL),
|
||||
memIdxMap(NULL),
|
||||
|
||||
Reference in New Issue
Block a user