| 151 | } |
| 152 | |
| 153 | void ResourceManualFont::setShader(std::string_view value) |
| 154 | { |
| 155 | mShader = value; |
| 156 | if (mTexture != nullptr) |
| 157 | mTexture->setShader(mShader); |
| 158 | } |
| 159 | |
| 160 | void ResourceManualFont::setTexture(ITexture* texture) |
| 161 | { |
no outgoing calls
no test coverage detected