Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void ImageData::Deref()
40
{
41
if (--mRefCount == 0)
42
delete this;
43
}
44
45
void ImageData::SwapRAndB()
46
{
Callers
5
BF_CALLTYPE Res_LoadImage
Function · 0.45
LoadTexture
Method · 0.45
AllocGlyph
Method · 0.45
~GLTexture
Method · 0.45
Render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected