MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GrRenderController

Method GrRenderController

src/render_panel/gr_render_controller.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17
18 GrRenderController::GrRenderController(const std::shared_ptr<GrApplication>& app) {
19 app_ = app;
20 context_ = app_->GetContext();
21 }
22
23 GrRenderController::~GrRenderController() {
24 Exit();

Callers

nothing calls this directly

Calls 1

GetContextMethod · 0.45

Tested by

no test coverage detected