radv/bvh: Fix comment
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Reviewed-by: Natalie Vock <natalie.vock@gmx.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34938>
This commit is contained in:
Konstantin Seurer 2025-05-12 21:13:09 +02:00 committed by Marge Bot
parent 100616859e
commit 97f71420df

View file

@ -184,7 +184,7 @@ main()
if (is_root_node)
DEREF(args.dst).aabb = total_bounds;
/* Make changes to the children's BVH offset value available to the other invocations. */
/* Make changes to internal_ready_count available to the other invocations. */
memoryBarrier(gl_ScopeDevice, gl_StorageSemanticsBuffer,
gl_SemanticsAcquireRelease | gl_SemanticsMakeAvailable | gl_SemanticsMakeVisible);
break;