MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuFontBind

Function PiuFontBind

modules/piu/MC/piuFont.c:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

PiuStyleBindFunction · 0.85

Calls 1

PiuTextureBindFunction · 0.85

Tested by

no test coverage detected