MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / ~Image

Method ~Image

include/Image.hpp:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 static ::Image GetClipboard() { return ::GetClipboardImage(); }
175
176 ~Image() { Unload(); }
177
178 Image& operator=(const ::Image& image) {
179 set(image);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected