MCPcopy Create free account
hub / github.com/baldurk/renderdoc / SetStringDatabase

Method SetStringDatabase

renderdoc/serialise/serialiser.h:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 void *GetUserData() { return m_pUserData; }
144 void SetUserData(void *userData) { m_pUserData = userData; }
145 void SetStringDatabase(std::set<rdcstr> *db) { m_ExtStringDB = db; }
146 // jumps to the byte after the current chunk, can be called any time after BeginChunk
147 void SkipCurrentChunk();
148

Callers 9

MakeLazySerialiserMethod · 0.80
ReadLogInitialisationMethod · 0.80
ContextReplayLogMethod · 0.80
ReadLogInitialisationMethod · 0.80
ContextReplayLogMethod · 0.80
ReadLogInitialisationMethod · 0.80
ReplayLogMethod · 0.80
ReplayLogMethod · 0.80
ReadLogInitialisationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected