Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ ~GLTexture
Method
~GLTexture
BeefySysLib/platform/sdl/GLRenderDevice.cpp:199–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
GLTexture::~GLTexture()
200
{
201
if (mImageData != NULL)
202
mImageData->Deref();
203
//if (mGLTexture != NULL)
204
//mGLTexture->Release();
205
}
206
207
void GLTexture::PhysSetAsTarget()
208
{
Callers
nothing calls this directly
Calls
1
Deref
Method · 0.45
Tested by
no test coverage detected