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

Method GetData

include/TextureUnmanaged.hpp:158–158  ·  view source on GitHub ↗

* Get pixel data from GPU texture and return an Image */

Source from the content-addressed store, hash-verified

156 * Get pixel data from GPU texture and return an Image
157 */
158 RLCPP_NODISCARD ::Image GetData() const { return ::LoadImageFromTexture(*this); }
159
160 /**
161 * Get pixel data from GPU texture and return an Image

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected