type materialtexturedefinfo [display="Material Texture Def Info"] { i32 texture_ptr [ui, readonly, display="Texture Ptr"]; // Parse inline image if pointer is -1 if (texture_ptr == -1) { image = parse_here("image"); } }