mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 17:50:12 +01:00
zink: expose GLSL 1.30
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5479>
This commit is contained in:
parent
9bf2f4d411
commit
6785d8c460
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
|
||||
case PIPE_CAP_GLSL_FEATURE_LEVEL:
|
||||
case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
|
||||
return 120;
|
||||
return 130;
|
||||
|
||||
#if 0 /* TODO: Enable me */
|
||||
case PIPE_CAP_COMPUTE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue