Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ name
Method
name
cake-core/src/backends/vulkan/mod.rs:1252–1254 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1250
1251
impl ComputeBackend for VulkanBackend {
1252
fn name(&self) -> &str {
1253
"vulkan"
1254
}
1255
fn device(&self) -> &Device {
1256
&self.device
1257
}
Callers
1
init_vulkan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected