| 708 | } |
| 709 | |
| 710 | void recompui::RmlRenderInterface_RT64::queue_image_from_bytes_file(const std::string &src, const std::vector<char> &bytes) { |
| 711 | assert(static_cast<bool>(impl)); |
| 712 | |
| 713 | impl->queue_image_from_bytes_file(src, bytes); |
| 714 | } |
| 715 | |
| 716 | void recompui::RmlRenderInterface_RT64::queue_image_from_bytes_rgba32(const std::string &src, const std::vector<char> &bytes, uint32_t width, uint32_t height) { |
| 717 | assert(static_cast<bool>(impl)); |
nothing calls this directly
no outgoing calls
no test coverage detected