Bevy-Rust-GPU/rust-gpu-bridge

Inaccurate Comments/Docs.

duplexsystem opened this issue · 1 comments

I was looking through the code and found many instances where this particular comment template with not accurate with what the file actually did.

/// Equivalent of the WGSL `sqrt()` function.

Example ^

I assume this is a byproduct of Ctrl+C/Ctrl+V but I figured I'd know :)

Shfty commented

It is, yeah - fixing it has been at the back of my mind for a little while, so I've done a cargo doc niceness sweep.

Also, the math traits are now exposed at the root instead of via prelude, which should make things a bit more tidy.