nx_nxa_texbake.nx
buildroot/runtime/nx_nxa_texbake.nx
about
nx_nxa_texbake.nx -- CLI for the texture ladder (debt 1786546859):
nx_nxa_texbake bake <in.nxa> <out.png> [res=2048] [seed=1] albedo atlas from TEXC+SKEL regions
nx_nxa_texbake view <in.nxa> <out.png> [res=1024] [seed=1] textured 3-view turntable render
Core in nx_nxa_texbake_lib.nx (the gate imports the same implementation). Fail-closed, named reasons.
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_nxa_texbake_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 8 | const K_MAGIC_2048: i64 = 2048 |
| 9 | const K_MAGIC_1024: i64 = 1024 |
functions
| 11 | func na_atoi(s: *u8) -> i64 called by 1: main |
| 22 | func main(argc: i64, argv: *i64) -> i64 |