diff --git a/src/gallium/auxiliary/util/u_threaded_context.h b/src/gallium/auxiliary/util/u_threaded_context.h index e2ca3532039..60e7c6a5839 100644 --- a/src/gallium/auxiliary/util/u_threaded_context.h +++ b/src/gallium/auxiliary/util/u_threaded_context.h @@ -152,6 +152,8 @@ * which must be managed by the driver; if a buffer is bound multiple times in * the same binding point (e.g., vertex buffer slots 0,1,2), this will be counted * as a single rebind. + * A buffer which has had its backing storage replaced may have its backing storage + * accessed through multiple pipe_resources. * * * Optional resource busy callbacks for better performance