Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/30_multisampling.cpp:141–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
class HelloTriangleApplication {
140
public:
141
void run() {
142
initWindow();
143
initVulkan();
144
mainLoop();
145
cleanup();
146
}
147
148
private:
149
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected