| 49 | std::shared_ptr<TextureRT> const GetRTTexture(uint32_t i) const; |
| 50 | |
| 51 | inline std::shared_ptr<TextureDS> const GetDSTexture() const |
| 52 | { |
| 53 | return mDSTexture; |
| 54 | } |
| 55 | |
| 56 | // Request that the GPU compute mipmap levels when the base-level |
| 57 | // render target is written. The AutogenerateMipmaps call should be |
no outgoing calls
no test coverage detected