MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / InitialiseIMGUI

Method InitialiseIMGUI

src/Renderer/Renderer.cpp:267–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void Renderer::InitialiseIMGUI() {
268 /*------- ImGui -------*/
269 ImGui::CreateContext();
270 ImGui_ImplGlfw_InitForOpenGL(window, false);
271 ImGui_ImplOpenGL3_Init("#version 330");
272 ImGui::StyleColorsDark();
273}
274
275void Renderer::DrawNFS34Metadata(Entity *targetEntity) {
276 switch (targetEntity->type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected