zink: remove stale comment

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21229>
This commit is contained in:
Mike Blumenkrantz 2023-02-09 15:59:04 -05:00 committed by Marge Bot
parent ee53b07c0a
commit e5666fe7cc

View file

@ -1772,7 +1772,7 @@ zink_set_shader_images(struct pipe_context *pctx,
debug_printf("couldn't create storage image!");
continue;
}
/* no refs */
VkAccessFlags access = 0;
if (b->access & PIPE_IMAGE_ACCESS_WRITE) {
res->write_bind_count[shader_type == MESA_SHADER_COMPUTE]++;