MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / drawingSetTex

Function drawingSetTex

source/drawing.c:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void drawingSetTex(C3D_Tex* tex)
157{
158 if (tex == s_curTex) return;
159 s_curTex = tex;
160 C3D_TexBind(0, tex);
161}
162
163void drawingSetGradient(unsigned which, float r, float g, float b, float a)
164{

Callers 2

textDrawFunction · 0.85
drawingWithTexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected