Skip to content

vrend: don't assert texture target when attaching texture to fbo

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

There are many possible testure targets that can be bound as framebuffer attachment, so it doesn't make sense to check assert on this here.

Fixes: 44051728 virgl: implement EXT_multisampled_render_to_texture

Merge request reports