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/generated14/COLLADASaxFWLNodeLoader14.cpp (+2 lines)
Lines 267-272 Link Here
267
if ( (attributeData.present_attributes & COLLADASaxFWL14::bind_vertex_input__AttributeData::ATTRIBUTE_INPUT_SET_PRESENT) == COLLADASaxFWL14::bind_vertex_input__AttributeData::ATTRIBUTE_INPUT_SET_PRESENT ) {
267
if ( (attributeData.present_attributes & COLLADASaxFWL14::bind_vertex_input__AttributeData::ATTRIBUTE_INPUT_SET_PRESENT) == COLLADASaxFWL14::bind_vertex_input__AttributeData::ATTRIBUTE_INPUT_SET_PRESENT ) {
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
} else {
271
    attrData.input_set = ~0;
270
}
272
}
271
return mLoader->begin__bind_vertex_input(attrData);
273
return mLoader->begin__bind_vertex_input(attrData);
272
}
274
}

Return to bug 372507