| 281 | |
| 282 | #ifdef piuGPU |
| 283 | void PiuSkinBind(PiuSkin* self, PiuApplication* application, PiuView* view) |
| 284 | { |
| 285 | if ((*self)->flags & piuSkinPattern) { |
| 286 | PiuTexture* texture = (*self)->data.pattern.texture; |
| 287 | if (texture) |
| 288 | PiuTextureBind(texture, application, view); |
| 289 | } |
| 290 | } |
| 291 | |
| 292 | void PiuSkinUnbind(PiuSkin* self, PiuApplication* application, PiuView* view) |
| 293 | { |
no test coverage detected