///////////////////////////////////////////////////////
| 799 | |
| 800 | //////////////////////////////////////////////////////////// |
| 801 | void RenderTarget::applyTexture(const Texture* texture, CoordinateType coordinateType) |
| 802 | { |
| 803 | Texture::bind(texture, coordinateType); |
| 804 | |
| 805 | m_cache.lastTextureId = texture ? texture->m_cacheId : 0; |
| 806 | m_cache.lastCoordinateType = coordinateType; |
| 807 | } |
| 808 | |
| 809 | |
| 810 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected