MCPcopy Create free account
hub / github.com/LukasBanana/LLGL / GetSelectedRendererModule

Function GetSelectedRendererModule

examples/Cpp/ExampleBase/ExampleBase.cpp:177–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177std::string GetSelectedRendererModule(int argc, char* argv[])
178{
179 // Set report callback to standard output
180 LLGL::Log::RegisterCallbackStd();
181 std::string rendererModule = GetPreferredRendererModule();
182 GetSelectedRendererModuleOrDefault(rendererModule, argc, argv);
183 return rendererModule;
184}
185
186static bool HasArgument(const char* search, int argc, char* argv[])
187{

Callers 3

ParseProgramArgsMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 3

RegisterCallbackStdFunction · 0.85

Tested by

no test coverage detected