///////////////////////////////////////////////////////
| 147 | |
| 148 | //////////////////////////////////////////////////////////// |
| 149 | bool RenderTexture::generateMipmap() |
| 150 | { |
| 151 | return m_texture.generateMipmap(); |
| 152 | } |
| 153 | |
| 154 | |
| 155 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected