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

Method RequestMipDataAsync

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

Source from the content-addressed store, hash-verified

771}
772
773Task* TextureBase::RequestMipDataAsync(int32 mipIndex)
774{
775 if (_customData)
776 return nullptr;
777
778 auto chunkIndex = CalculateChunkIndex(mipIndex);
779 return (Task*)_parent->RequestChunkDataAsync(chunkIndex);
780}
781
782FlaxStorage::LockData TextureBase::LockData()
783{

Callers 1

CreateStreamingTaskMethod · 0.80

Calls 1

RequestChunkDataAsyncMethod · 0.80

Tested by

no test coverage detected