Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ run
Method
run
code/24_texture_image.cpp:124–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
class HelloTriangleApplication {
123
public:
124
void run() {
125
initWindow();
126
initVulkan();
127
mainLoop();
128
cleanup();
129
}
130
131
private:
132
GLFWwindow* window;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected