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

Method data

crates/rustc_codegen_spirv/src/lib.rs:178–180  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

176
177impl ModuleBufferMethods for SpirvModuleBuffer {
178 fn data(&self) -> &[u8] {
179 spirv_tools::binary::from_binary(&self.0)
180 }
181}
182
183// TODO: Should this store Vec or Module?

Callers 3

rebuild_pipelinesMethod · 0.80
optimize_thinMethod · 0.80
run_thinFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected