radv: Add a field for the offset of the bvh in the blas.
So that we can put some metadata in front. Reviewed-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/18799>
This commit is contained in:

committed by
Marge Bot

parent
b0a385a6bd
commit
f1e1509c92
@@ -134,7 +134,7 @@ struct radv_ray_traversal_vars {
|
||||
};
|
||||
|
||||
struct radv_ray_traversal_args {
|
||||
nir_ssa_def *accel_struct;
|
||||
nir_ssa_def *root_bvh_base;
|
||||
nir_ssa_def *flags;
|
||||
nir_ssa_def *cull_mask;
|
||||
nir_ssa_def *origin;
|
||||
|
Reference in New Issue
Block a user