Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
421
bool Texture::hasLocalCopy() {
422
return ( mPixels != NULL );
423
}
424
425
void Texture::setClampMode( const Texture::ClampMode& clampmode ) {
426
if ( mClampMode != clampmode ) {
Callers
3
grabTextures
Method · 0.80
getAlphaAt
Method · 0.80
getColorAt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected