Function assimp_sys::aiGetMaterialProperty [] [src]

pub unsafe extern "C" fn aiGetMaterialProperty(
    mat: *const AiMaterial,
    key: *const c_char,
    property_type: c_uint,
    index: c_uint,
    output: *const *const AiMaterialProperty
) -> AiReturn