code wiki / (root) / nx_gltf_render_prepare_candidate_t230.nx

nx_gltf_render_prepare_candidate_t230.nx

buildroot/runtime/nx_gltf_render_prepare_candidate_t230.nx

3863 B50 linesdepth 11pulls 35 transitivereach 0 importersview sourcekind tooltopic gltf
docsdependenciesstructsconstsfunctions

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

nx_gltf_rig_descriptor_candidate_t nx_fs_create_lib.nx nx_gltf_render_prepare_candida

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

main grc_error grc_index gltf_view_open sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ gltf_inventory_glb gll_ru32 sys_mmap ↻ glp_reset nx_json_next nx_json_skip_ws nx_json_lit nx_ascii_is_digit cgo_value_end nx_json_next ↻ gli_array gli_member glp_reset ↻ glp_member nx_json_next ↻ glp_eq cgo_value_end ↻ glp_reset ↻ nx_json_next ↻ cgo_value_end ↻ gli_array ↻

structs

none

consts

none

functions

5func grc_index(s:*u8)->i64
called by 1: main
9func 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
10func grc_error(code:*u8,status:i64,cause:i64)->i64
called by 1: main
13func main(argc:i64,argv:*i64)->i64