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