mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 13:08:09 +02:00
We only skipped the `accelerationStructureReference == 0` case which could lead to reading uninitialized memory. This patch introduces a NULL_NODE_ID constant and uses it to handle inactive nodes properly. I do not think, that this case is common in practice. Signed-off-by: Konstantin Seurer <konstantin.seurer@gmail.com> Reviewed-by: Friedrich Vock <friedrich.vock@gmx.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18141> |
||
|---|---|---|
| .. | ||
| build_helpers.h | ||
| bvh.h | ||
| internal.comp | ||
| leaf.comp | ||
| meson.build | ||
| morton.comp | ||