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:
committed by
Marge Bot
parent
efc219f1c4
commit
0960938d86
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user