mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 11:40:39 +02:00
radv/rra: Remove an obsolete comment
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20047>
This commit is contained in:
parent
94ec359ae5
commit
0e3325dfb6
1 changed files with 0 additions and 5 deletions
|
|
@ -811,11 +811,6 @@ rra_dump_acceleration_structure(struct radv_rra_accel_struct_data *accel_struct,
|
|||
fwrite(&chunk_header, sizeof(struct rra_accel_struct_chunk_header), 1, output);
|
||||
fwrite(&rra_metadata, sizeof(struct rra_accel_struct_metadata), 1, output);
|
||||
|
||||
/*
|
||||
* See the meta shader source for the memory layout of the
|
||||
* acceleration structure.
|
||||
*/
|
||||
|
||||
/* Write node parent id data */
|
||||
fwrite(node_parent_table, 1, node_parent_table_size, output);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue