Skip to content

shader: check for clip/cull distance support

Italo Nicola requested to merge italove/virglrenderer:fix-clip into master

This fixes an issue where a shader would be emitted using EXT_clip_cull_distance even if the host didn't support the extension.

Fixes 072f3095

cc @gerddie @jbates

Edited by Yiwei Zhang

Merge request reports