Skip to content

shader: return the corresponding type when translating TGSI_SEMANTIC_SAMPLEMASK

Corentin Noël requested to merge tintou/virglrenderer:tintou/shader-ucmp into master

The SAMPLEMASK is always returning an integer, we previously always had another instruction that would convert it to a float but this is no longer the case so always convert it to a floating number.

Edited by Corentin Noël

Merge request reports