MCPcopy Create free account
hub / github.com/NVIDIA/cuda-samples / main

Function main

cpp/5_Domain_Specific/simpleVulkan/main.cpp:519–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517};
518
519int main(int argc, char **argv)
520{
521 execution_path = argv[0];
522 VulkanCudaSineWave app((1ULL << 8ULL), (1ULL << 8ULL));
523 app.init();
524 app.mainLoop();
525 return 0;
526}

Callers

nothing calls this directly

Calls 2

initMethod · 0.45
mainLoopMethod · 0.45

Tested by

no test coverage detected