mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
zink: GLSL 460
Acked-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9072>
This commit is contained in:
parent
efc219f1c4
commit
0960938d86
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,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 450;
|
||||
return 460;
|
||||
|
||||
case PIPE_CAP_COMPUTE:
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue