File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1067,6 +1067,15 @@ message RaytracerViewConfiguration
10671067
10681068 // Format of raytracer data (includes number, kind and format of channels).
10691069 //
1070+ // The \c RayTracerFormat is used to facilitate information exchange between
1071+ // different modules within a shared context. The ray tracing provider
1072+ // communicates the location of the data on the GPU to the consumer.
1073+ // Additionally, the \c RayTracerFormat defines how this data should be
1074+ // interpreted, enabling the consumer to correctly process it during
1075+ // GPU-based post-processing. This configuration ensures that the consumer
1076+ // understands the structure and semantics of the data, allowing for
1077+ // efficient and accurate interpretation in the post-processing.
1078+ //
10701079 // In the message provided by the sensor model, this field can
10711080 // be repeated and all values are acceptable to the model, with
10721081 // the most acceptable value being listed first, and the remaining
You can’t perform that action at this time.
0 commit comments