mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
radv/bvh: Fix comment
Reviewed-by: Natalie Vock <natalie.vock@gmx.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34938>
This commit is contained in:
parent
100616859e
commit
97f71420df
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue