mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 12:08:06 +02:00
zink: GLSL 1.50
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7190>
This commit is contained in:
parent
b27ec49e02
commit
26b076ff66
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,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 140;
|
||||
return 150;
|
||||
|
||||
#if 0 /* TODO: Enable me */
|
||||
case PIPE_CAP_COMPUTE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue