mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
zink: remove stale comment
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21229>
This commit is contained in:
parent
ee53b07c0a
commit
e5666fe7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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]++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue