Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-gpu
/ into_ctx
Method
into_ctx
examples/runners/ash/src/main.rs:634–636 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
632
}
633
634
pub fn into_ctx(self) -> RenderCtx {
635
RenderCtx::from_base(self)
636
}
637
}
638
639
impl Drop for RenderBase {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected