From e5666fe7cc41337b2c236b7c55488a6e276fe460 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 9 Feb 2023 15:59:04 -0500 Subject: [PATCH] zink: remove stale comment Part-of: --- src/gallium/drivers/zink/zink_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/zink_context.c b/src/gallium/drivers/zink/zink_context.c index da555ea0232..804ec369136 100644 --- a/src/gallium/drivers/zink/zink_context.c +++ b/src/gallium/drivers/zink/zink_context.c @@ -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]++;