Skip to content

lima/pp: Add gl_FragCoord handling

Therefore we treat gl_FragCoord as a system value and handle the resulting nir_intrinsic_load_frag_coord instruction, which nearly equals to the handling of a varying.

Merge request reports