mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 05:40:42 +01:00
nir: Fix typo in nir_opt_ray_query_ranges
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38850>
This commit is contained in:
parent
be7f39a519
commit
5e03d09eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ nir_opt_ray_queries(nir_shader *shader)
|
|||
*
|
||||
* 1. Store all the ray queries we will consider into an array for
|
||||
* convenient access. Ignore arrays since it would be really complex
|
||||
* to handle and will be rare in praxis.
|
||||
* to handle and will be rare in practise.
|
||||
*
|
||||
* 2. Count the number of ray query ranges and allocate the required ranges.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue