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

Method SetTexture

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected