Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reset
Method · 0.45
RT_FetchMeshPipeData
Function · 0.45
RT_FetchVertexPipeData
Function · 0.45
CalcColumnWidth
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected