Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-samples
/ init
Method
init
cpp/5_Domain_Specific/simpleVulkan/VulkanBaseApp.cpp:189–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void VulkanBaseApp::init()
190
{
191
initWindow();
192
initVulkan();
193
}
194
195
VkCommandBuffer VulkanBaseApp::beginSingleTimeCommands()
196
{
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected