(mut self, v: bool)
| 334 | /// points bundled into a single file is the preferred system. |
| 335 | #[must_use] |
| 336 | pub fn multimodule(mut self, v: bool) -> Self { |
| 337 | self.multimodule = v; |
| 338 | self |
| 339 | } |
| 340 | |
| 341 | /// Sets the level of metadata (primarily `OpName` and `OpLine`) included in the SPIR-V binary. |
| 342 | /// Including metadata significantly increases binary size. |
no outgoing calls
no test coverage detected