MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / wWinMain

Function wWinMain

BakingLab/BakingLab.cpp:986–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984}
985
986int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
987{
988 // GenerateGaussianIrradianceTable(4.0f, L"SG_Irradiance_4.0.txt");
989 // GenerateSGInnerProductIrradianceTable(4.0f, L"SG_InnerProduct_Irradiance_4.0.txt");
990 // GenerateSGFittedIrradianceTable(4.0f, L"SG_Fitted_Irradiance_4.0.txt");
991
992 BakingLab app;
993 app.Run();
994}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected