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

Method deref

qrenderdoc/Windows/BufferViewer.cpp:505–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503
504 void ref() { refcount.ref(); }
505 void deref()
506 {
507 bool alive = refcount.deref();
508
509 if(!alive)
510 delete this;
511 }
512
513 size_t stride;
514 bytebuf storage;

Callers 4

resetMethod · 0.45
RT_FetchMeshPipeDataFunction · 0.45
RT_FetchVertexPipeDataFunction · 0.45
CalcColumnWidthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected