MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getTexture

Method getTexture

src/eepp/graphics/texturefactory.cpp:330–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330Texture* TextureFactory::getTexture( const Uint32& TexId ) {
331 return mTextures[TexId];
332}
333
334void TextureFactory::allocate( const unsigned int& size ) {
335 if ( size > mTextures.size() ) {

Callers 5

loadFromPixelsMethod · 0.45
loadFromPackMethod · 0.45
loadFromMemoryMethod · 0.45
loadFromStreamMethod · 0.45
loadFromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected