By now, I think we're fairly sure about this one ;)
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8832>
assert(elem->instance_divisor <= screen->info.vdiv_props.maxVertexAttribDivisor);
ves->hw_state.attribs[i].binding = binding;
- ves->hw_state.attribs[i].location = i; // TODO: unsure
+ ves->hw_state.attribs[i].location = i;
ves->hw_state.attribs[i].format = zink_get_format(screen,
elem->src_format);
assert(ves->hw_state.attribs[i].format != VK_FORMAT_UNDEFINED);