Skip to content

radv: Ray tracing cleanups

We use magic numbers for node types in many
places of the RADV code. This commit adds an enum
for the node types and uses it to replace magic
numbers in the acceleration structure build code.
Edited by Konstantin Seurer

Merge request reports