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