MCPcopy Create free account
hub / github.com/cinder/Cinder / unmapDataStore

Method unmapDataStore

src/cinder/gl/Texture.cpp:2271–2278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269}
2270
2271void TextureData::unmapDataStore()
2272{
2273#if ! defined( CINDER_GL_ES )
2274 if( mPbo )
2275 mPbo->unmap();
2276 mPboMappedPtr = nullptr;
2277#endif
2278}
2279
2280void* TextureData::getDataStorePtr( size_t offset ) const
2281{

Callers 2

parseKtxFunction · 0.80
parseDdsFunction · 0.80

Calls 1

unmapMethod · 0.45

Tested by

no test coverage detected