-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, most projects run cargo clippy
on the CPU target and hope that it covers most gpu-specific code as well. But that will ignore all #[gpu-only]
functions and entry points, not checking them at all. We should investigate a way we can run clippy with spirv targets. This may be better suited for cargo gpu
, since cargo gpu clippy
would work quite nicely.
Steveplays28
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request