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

Method hasLocalCopy

src/eepp/graphics/texture.cpp:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421bool Texture::hasLocalCopy() {
422 return ( mPixels != NULL );
423}
424
425void Texture::setClampMode( const Texture::ClampMode& clampmode ) {
426 if ( mClampMode != clampmode ) {

Callers 3

grabTexturesMethod · 0.80
getAlphaAtMethod · 0.80
getColorAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected