Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
impl 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_pipelines
Method · 0.80
optimize_thin
Method · 0.80
run_thin
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected