nx_gltf_render_prepare_candidate_t230.nx
buildroot/runtime/nx_gltf_render_prepare_candidate_t230.nx
about
Source descriptor and rig preservation, not automatic rig creation.
This boundary releases its own mappings on every return. Dependency ENOMEM behavior remains separate.
dependencies 2 imports · 0 importers
imports: nx_gltf_rig_descriptor_candidate_t230.nxnx_fs_create_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
| none |
functions
| 5 | func grc_index(s:*u8)->i64 called by 1: main |
| 9 | func grc_same(a:*u8,an:i64,b:*u8,bn:i64)->i64{if an!=bn{return 0};var i:i64=0;while i<an{if a[i]!=b[i]{return 0};i=i+1};return 1} called by 1: main |
| 10 | func grc_error(code:*u8,status:i64,cause:i64)->i64 called by 1: main |
| 13 | func main(argc:i64,argv:*i64)->i64 |