MCPcopy 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

23static void *(*screenAlloc)(size_t);
24
25void gfxSet3D(bool enable)
26{
27 gfxTopMode = enable ? MODE_3D : MODE_2D;
28}
29
30bool gfxIs3D(void)
31{

Callers 1

gfxInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected