diff --git a/src/intel/compiler/brw_nir_rt_builder.h b/src/intel/compiler/brw_nir_rt_builder.h index 5a4cfffc4ae..86de1ad0e88 100644 --- a/src/intel/compiler/brw_nir_rt_builder.h +++ b/src/intel/compiler/brw_nir_rt_builder.h @@ -24,6 +24,14 @@ #ifndef BRW_NIR_RT_BUILDER_H #define BRW_NIR_RT_BUILDER_H +/* This file provides helpers to access memory based data structures that the + * RT hardware reads/writes and their locations. + * + * See also "Memory Based Data Structures for Ray Tracing" (BSpec 47547) and + * "Ray Tracing Address Computation for Memory Resident Structures" (BSpec + * 47550). + */ + #include "brw_rt.h" #include "nir_builder.h"