| 70 | |
| 71 | #[derive(Copy, Clone, Debug, PartialEq, Eq)] |
| 72 | pub struct SpecConstant { |
| 73 | pub id: u32, |
| 74 | pub default: Option<u32>, |
| 75 | } |
| 76 | |
| 77 | // NOTE(eddyb) when adding new `#[spirv(...)]` attributes, the tests found inside |
| 78 | // `tests/ui/spirv-attr` should be updated (and new ones added if necessary). |
no outgoing calls
no test coverage detected