type materialtexturedefinfo [display="Material Texture Def Info"]
{
const PTR_INLINE = -1;
i32 texture_ptr;
ui("texture_ptr", "Texture Ptr");
// Inline data
inline image image when texture_ptr;
}