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

Method print_metadata

crates/spirv-builder/src/lib.rs:314–317  ·  view source on GitHub ↗
(mut self, v: MetadataPrintout)

Source from the content-addressed store, hash-verified

312 /// Whether to print build.rs cargo metadata (e.g. cargo:rustc-env=var=val). Defaults to [`MetadataPrintout::Full`].
313 #[must_use]
314 pub fn print_metadata(mut self, v: MetadataPrintout) -> Self {
315 self.print_metadata = v;
316 self
317 }
318
319 #[must_use]
320 pub fn deny_warnings(mut self, v: bool) -> Self {

Callers 3

compile_shadersFunction · 0.80
maybe_watchFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected