Skip to content

Commit

Permalink
zink: export PIPE_CAP_MULTISAMPLE_Z_RESOLVE
Browse files Browse the repository at this point in the history
  • Loading branch information
zmike authored and Marge Bot committed Aug 5, 2022
1 parent 0f97e31 commit 758f604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gallium/drivers/zink/zink_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_CULL_DISTANCE_NOCOMBINE:
case PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE:
case PIPE_CAP_LOAD_CONSTBUF:
case PIPE_CAP_MULTISAMPLE_Z_RESOLVE:
return 1;

case PIPE_CAP_DRAW_VERTEX_STATE:
Expand Down

0 comments on commit 758f604

Please sign in to comment.