| 196 | |
| 197 | #ifdef piuGPU |
| 198 | void PiuFontBind(PiuFont* self, PiuApplication* application, PiuView* view) |
| 199 | { |
| 200 | PiuTexture* texture = (*self)->texture; |
| 201 | if (texture) |
| 202 | PiuTextureBind(texture, application, view); |
| 203 | } |
| 204 | |
| 205 | void PiuFontUnbind(PiuFont* self, PiuApplication* application, PiuView* view) |
| 206 | { |
no test coverage detected