nx_gltf_inverse_contract_t374.nx
buildroot/runtime/nx_gltf_inverse_contract_t374.nx
about
nx_gltf_inverse_contract_t374.nx
First native contract fixture for the reusable GLB inverse path.
It proves bounded GLB container admission and structured refusal codes.
Geometry conversion remains deliberately unimplemented until the NXMSH2 writer owner is adopted.
dependencies 1 imports · 0 importers
imports: nx_syscalls.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
| 7 | const GLB_OK:i64=0 |
| 8 | const GLB_E_OPEN:i64=-1001 |
| 9 | const GLB_E_EMPTY:i64=-1002 |
| 10 | const GLB_E_MAGIC:i64=-1003 |
| 11 | const GLB_E_VERSION:i64=-1004 |
| 12 | const GLB_E_HEADER:i64=-1005 |
| 13 | const GLB_E_JSON:i64=-1006 |
| 14 | const GLB_E_BIN:i64=-1007 |
| 15 | const GLB_E_LIMIT:i64=-1008 |
| 16 | const GLB_CONFIG_MAX_BYTES:i64=67108864 |
functions
| 18 | func rd32(p:*u8,o:i64)->i64 called by 1: glb_admit |
| 21 | func glb_admit(p:*u8,n:i64)->i64 |
| 40 | func main()->i64 |