zink: GLSL 4.00

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8329>
This commit is contained in:
Mike Blumenkrantz 2020-07-29 20:34:41 -04:00
parent 22be7b9674
commit ae9d6c5620
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,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 330;
return 400;
#if 0 /* TODO: Enable me */
case PIPE_CAP_COMPUTE: