Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 372507 | Differences between
and this patch

Collapse All | Expand All

(-)COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLNodeLoader15.cpp (+3 lines)
Lines 268-273 Link Here
268
    attrData.input_set = attributeData.input_set;
268
    attrData.input_set = attributeData.input_set;
269
    attrData.present_attributes |= COLLADASaxFWL::bind_vertex_input__AttributeData::ATTRIBUTE_INPUT_SET_PRESENT;
269
    attrData.present_attributes |= COLLADASaxFWL::bind_vertex_input__AttributeData::ATTRIBUTE_INPUT_SET_PRESENT;
270
}
270
}
271
else {
272
    attrData.input_set = ~0;
273
}
271
return mLoader->begin__bind_vertex_input(attrData);
274
return mLoader->begin__bind_vertex_input(attrData);
272
}
275
}
273
276

Return to bug 372507