MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / main

Function main

deps/LLGL/tests/Test_Image.cpp:111–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111int main(int argc, char* argv[])
112{
113 try
114 {
115 //Test_PixelOperations();
116 //Test_Blit();
117 Test_Resize();
118 }
119 catch (const std::exception& e)
120 {
121 std::cerr << e.what() << std::endl;
122 #ifdef _WIN32
123 system("pause");
124 #endif
125 }
126 return 0;
127}

Callers

nothing calls this directly

Calls 2

Test_ResizeFunction · 0.85
whatMethod · 0.45

Tested by

no test coverage detected