* Retrieve the width and height of the texture. */
| 94 | * Retrieve the width and height of the texture. |
| 95 | */ |
| 96 | RLCPP_NODISCARD Vector2 GetSize() const { return {static_cast<float>(width), static_cast<float>(height)}; } |
| 97 | |
| 98 | /** |
| 99 | * Load texture from image data |
nothing calls this directly
no outgoing calls
no test coverage detected