radv/rra: Remove an obsolete comment
authorKonstantin Seurer <konstantin.seurer@gmail.com>
Tue, 29 Nov 2022 18:03:00 +0000 (19:03 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Dec 2022 16:48:07 +0000 (16:48 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20047>

src/amd/vulkan/radv_rra.c

index eea035a..bcb2a5e 100644 (file)
@@ -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);