Skip to content

Make sure that gl_Layer and gl_Viewport get necessary vec4 expansion.

Emma Anholt requested to merge anholt/virglrenderer:layer-vec4 into master

Otherwise, if the consuming op was not the same signedness, you'd get a compile failure.

Merge request reports