Skip to content

vrend: If no VS or no FS is bound then don't draw

So far we would use an already bound shader program to draw, but if either VS or FS is not bound then he draw call is not correct and may lead to an invalid memory access.

Closes: https://gitlab.freedesktop.org/virgl/virglrenderer/-/issues/486

Merge request reports