| 94 | } |
| 95 | |
| 96 | bool DrawTarget::WantAutogenerateRTMipmaps() const |
| 97 | { |
| 98 | LogAssert(mRTTextures.size() > 0, "Unexpected condition."); |
| 99 | return mRTTextures[0]->WantAutogenerateMipmaps(); |
| 100 | } |
| 101 | |
| 102 | void DrawTarget::SubscribeForDestruction(std::shared_ptr<ListenerForDestruction> const& listener) |
| 103 | { |
no test coverage detected