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