diff options
Diffstat (limited to 'src/amd/vulkan/radv_meta_bufimage.c')
-rw-r--r-- | src/amd/vulkan/radv_meta_bufimage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_meta_bufimage.c b/src/amd/vulkan/radv_meta_bufimage.c index 984b3472e84..24e10b25188 100644 --- a/src/amd/vulkan/radv_meta_bufimage.c +++ b/src/amd/vulkan/radv_meta_bufimage.c @@ -25,7 +25,8 @@ #include "nir/nir_builder.h" /* - * Compute shader implementation of image->buffer copy. + * GFX queue: Compute shader implementation of image->buffer copy + * Compute queue: implementation also of buffer->image, image->image, and image clear. */ static nir_shader * |