mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
zink: GLSL 430
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8941>
This commit is contained in:
parent
7909c642b1
commit
cb80609bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,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 420;
|
||||
return 430;
|
||||
|
||||
case PIPE_CAP_COMPUTE:
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue