MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / deinit

Method deinit

src/resources/TextureResource.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void TextureResource::deinit()
83{
84 if(mTextureID != 0)
85 {
86 glDeleteTextures(1, &mTextureID);
87 mTextureID = 0;
88 }
89}
90
91Eigen::Vector2i TextureResource::getSize() const
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected