Skip to content

util/glsl2spirv: Fix build with Python3.6

Lina Versace requested to merge linyaa/mesa:anv-py36 into main

ChromeOS still uses Python 3.6, but the glsl2spirv uses a small feature from Python 3.7 for type annotations. Fix the build by removing the small feature, but otherwise preserve the type annotations.

Fixes: 949c3b55 ("util/glsl2spirv: add type annotations")

See: #7716

Edited by Lina Versace

Merge request reports