Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ipotrick/Daxa
/ daxa_instance_get_vk_instance
Function
daxa_instance_get_vk_instance
src/impl_instance.cpp:245–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
auto daxa_instance_get_vk_instance(daxa_Instance self) -> VkInstance
246
{
247
return self->vk_instance;
248
}
249
250
// --- End API Functions ---
251
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected