zink: GLSL 440

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8989>
This commit is contained in:
Mike Blumenkrantz 2020-08-18 11:36:20 -04:00
parent 6f7430dd50
commit e88a6d1c7b
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
return 130;
case PIPE_CAP_GLSL_FEATURE_LEVEL:
return 430;
return 440;
case PIPE_CAP_COMPUTE:
return 1;