Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-gpu
/ ret_void
Method
ret_void
crates/rustc_codegen_spirv/src/builder/builder_methods.rs:767–769 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
765
}
766
767
fn ret_void(&mut self) {
768
self.emit().ret().unwrap();
769
}
770
771
fn ret(&mut self, value: Self::Value) {
772
self.emit().ret_value(value.def(self)).unwrap();
Callers
1
shader_entry_stub
Method · 0.80
Calls
2
ret
Method · 0.80
emit
Method · 0.45
Tested by
no test coverage detected