| 883 | } |
| 884 | |
| 885 | void recompui::queue_image_from_bytes_file(const std::string &src, const std::vector<char> &bytes) { |
| 886 | ui_state->render_interface.queue_image_from_bytes_file(src, bytes); |
| 887 | } |
| 888 | |
| 889 | void recompui::queue_image_from_bytes_rgba32(const std::string &src, const std::vector<char> &bytes, uint32_t width, uint32_t height) { |
| 890 | ui_state->render_interface.queue_image_from_bytes_rgba32(src, bytes, width, height); |
nothing calls this directly
no outgoing calls
no test coverage detected