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

Function drawingWithVertexColor

source/drawing.c:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void drawingWithVertexColor(void)
169{
170 C3D_TexEnv* env = C3D_GetTexEnv(0);
171 C3D_TexEnvSrc(env, C3D_Both, GPU_PRIMARY_COLOR, 0, 0);
172 C3D_TexEnvFunc(env, C3D_Both, GPU_REPLACE);
173}
174
175void drawingWithColor(u32 color)
176{

Callers 1

backgroundDrawTopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected