assimp_sys

Function aiGetMaterialProperty

Source
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