MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / LockData

Method LockData

Source/Engine/Graphics/Textures/TextureBase.cpp:782–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782FlaxStorage::LockData TextureBase::LockData()
783{
784 return _parent->Storage ? _parent->Storage->Lock() : FlaxStorage::LockData();
785}
786
787void TextureBase::GetMipData(int32 mipIndex, BytesContainer& data) const
788{

Callers 5

StreamTextureMipTaskMethod · 0.45
CacheHeightDataMethod · 0.45
CacheSplatDataMethod · 0.45
ProcessTextureBaseFunction · 0.45

Calls 2

LockDataClass · 0.85
LockMethod · 0.80

Tested by

no test coverage detected