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

Method GetTexture

include/RenderTextureUnmanaged.hpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 * Get the color buffer attachment texture.
49 */
50 TextureUnmanaged GetTexture() { return texture; }
51 RLCPP_NODISCARD TextureUnmanaged GetTexture() const { return texture; }
52 void SetTexture(const ::Texture& newTexture) { texture = newTexture; }
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected