MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / multimodule

Method multimodule

crates/spirv-builder/src/lib.rs:336–339  ·  view source on GitHub ↗
(mut self, v: bool)

Source from the content-addressed store, hash-verified

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.

Callers 3

compile_shadersFunction · 0.80
maybe_watchFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected