MCPcopy Create free account
hub / github.com/Italink/ModernGraphicsEngineGuide / main

Function main

Source/1-GraphicsAPI/07-DepthTest/Source/main.cpp:163–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161};
162
163int main(int argc, char** argv) {
164 qputenv("QSG_INFO", "1");
165 QApplication app(argc, argv);
166
167 QRhiWindow::InitParams initParams;
168 initParams.backend = QRhi::Vulkan;
169 MyWindow window(initParams);
170 window.resize({ 800,600 });
171 window.show();
172
173 return app.exec();
174}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected