MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / init

Method init

src/ui/ui_renderer.cpp:687–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687void recompui::RmlRenderInterface_RT64::init(plume::RenderInterface* interface, plume::RenderDevice* device) {
688 impl = std::make_unique<RmlRenderInterface_RT64_impl>(interface, device);
689}
690
691Rml::RenderInterface* recompui::RmlRenderInterface_RT64::get_rml_interface() {
692 if (impl) {

Callers 1

UIStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected