Skip to content

vrend: don't try to read from an undefined vertex element array

Gert Wollny requested to merge gerddie/virglrenderer:fix-link-shader into master

With the link_shader command we might end up calculating shader keys without the full draw info being available, specifically, without the vertex element array being defined. Skip querying the integer masks in this case.

Fixes: #664

Signed-off-by: Gert Wollny gert.wollny@collabora.com

Merge request reports