mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
intel/nir: document RT builder
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13719>
This commit is contained in:
parent
e06f9d49bc
commit
712d8fb043
1 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue