Skip to content

fix build error

Win‮8201‭Linux‬ requested to merge (removed):makepkg into rusticl/zink

The following error occurs when building the code before the change.

../mesa/src/gallium/drivers/zink/nir_to_spirv/nir_to_spirv.c:1078:11: error: use of undeclared identifier 'mediump'
      if (mediump)
          ^
1 error generated.

I have confirmed that the build will pass with this fix.

Merge request reports