Searched refs:num_components_per_input (Results 1 – 1 of 1) sorted by relevance
910 uint32_t num_components_per_input = 0; in GetNumInputComponents() local911 for(; num_components_per_input < 4; ++num_components_per_input) in GetNumInputComponents()913 if(inputs[(location << 2) | num_components_per_input].Type == ATTRIBTYPE_UNUSED) in GetNumInputComponents()919 return num_components_per_input; in GetNumInputComponents()