Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ drawingSetGradient
Function
drawingSetGradient
source/drawing.c:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void drawingSetGradient(unsigned which, float r, float g, float b, float a)
164
{
165
C3D_FVUnifSet(GPU_VERTEX_SHADER, uLoc_gradient+which, r, g, b, a);
166
}
167
168
void drawingWithVertexColor(void)
169
{
Callers
1
backgroundDrawTop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected