MCPcopy 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
199GLTexture::~GLTexture()
200{
201 if (mImageData != NULL)
202 mImageData->Deref();
203 //if (mGLTexture != NULL)
204 //mGLTexture->Release();
205}
206
207void GLTexture::PhysSetAsTarget()
208{

Callers

nothing calls this directly

Calls 1

DerefMethod · 0.45

Tested by

no test coverage detected