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

Method queue_image_from_bytes_file

src/ui/ui_renderer.cpp:710–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void 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
716void 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));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected