| 77 | } |
| 78 | |
| 79 | std::shared_ptr<TextureRT> const DrawTarget::GetRTTexture(uint32_t i) const |
| 80 | { |
| 81 | LogAssert(i < static_cast<uint32_t>(mRTTextures.size()), "Unexpected condition."); |
| 82 | return mRTTextures[i]; |
| 83 | } |
| 84 | |
| 85 | void DrawTarget::AutogenerateRTMipmaps() |
| 86 | { |
no outgoing calls
no test coverage detected