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

Method GetSize

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

* Retrieve the width and height of the texture. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected