Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ gfxSet3D
Function
gfxSet3D
libctru/source/gfx.c:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
static void *(*screenAlloc)(size_t);
24
25
void gfxSet3D(bool enable)
26
{
27
gfxTopMode = enable ? MODE_3D : MODE_2D;
28
}
29
30
bool gfxIs3D(void)
31
{
Callers
1
gfxInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected