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

Function GetPreferredRendererModule

examples/Cpp/ExampleBase/ExampleBase.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171static std::string GetPreferredRendererModule()
172{
173 auto modules = LLGL::RenderSystem::FindModules();
174 return (modules.empty() ? "Null" : modules.front());
175}
176
177std::string GetSelectedRendererModule(int argc, char* argv[])
178{

Callers 1

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected