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