* Get pixel data from GPU texture and return an Image */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected