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

Method queue_image_from_bytes_file

src/ui/ui_state.cpp:885–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883}
884
885void 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
889void 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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected