MCPcopy Create free account
hub / github.com/beefytech/Beef / Deref

Method Deref

BeefySysLib/img/ImageData.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void ImageData::Deref()
40{
41 if (--mRefCount == 0)
42 delete this;
43}
44
45void ImageData::SwapRAndB()
46{

Callers 5

LoadTextureMethod · 0.45
AllocGlyphMethod · 0.45
~GLTextureMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected