Skip to content

Commit 95d55b4

Browse files
committed
Add comment to the top of the ray module
1 parent e1b1a87 commit 95d55b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

naga/src/back/spv/ray/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
/*!
2+
Module for code shared between ray queries and ray tracing pipeline code.
3+
Ray tracing pipelines are not yet implemented, so this is empty.
4+
*/
5+
16
pub mod query;

0 commit comments

Comments
 (0)