nx_texr_descriptor_t279.nx
buildroot/runtime/nx_texr_descriptor_t279.nx
about
nx_nxa_texbake_region.nx -- CLI for the PER-REGION skin atlas + periodic micro-relief tile (TEXR):
nx_nxa_texbake_region measure <in.nxa> [res] the honest per-tile ruler, bakes nothing
nx_nxa_texbake_region bake <in.nxa> <out.nxa> [res] [seed] [hue] TEXR written additively (TEXM untouched)
res 0 or absent = the resolution the asset's own TEXM was baked at. Core in nx_nxa_texbake_region_lib.nx
(the gate imports the same implementation). Fail-closed, named reasons. EXITS: 0 OK | 2 usage |
3 bad container | 4 missing section | 5 mismatch | 6 ledger missing | 1 I/O
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_nxa_texbake_region_lib.nxnx_sha256.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
| 11 | const NR_E_USAGE: i64 = 2 |
| 12 | const NR_DEFAULT_SEED: i64 = 1 |
functions
| 14 | func nr_atoi(s: *u8) -> i64 called by 1: main |
| 27 | func nr_is(s: *u8, t: *u8) -> i64 called by 1: main |
| 33 | func nr_inspect(inp:*u8)->i64 |
| 99 | func main(argc: i64, argv: *i64) -> i64 |