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

Function main

Source/1-GraphicsAPI/09-Blend/Source/main.cpp:187–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185};
186
187int main(int argc, char** argv) {
188 qputenv("QSG_INFO", "1");
189 QApplication app(argc, argv);
190
191 QRhiWindow::InitParams initParams;
192 initParams.backend = QRhi::Vulkan;
193 MyWindow window(initParams);
194 window.resize({ 800,600 });
195 window.show();
196
197 return app.exec();
198}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected