Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ LoadTexture
Function
LoadTexture
include/Image.hpp:726–726 ·
view source on GitHub ↗
* Load texture from image data. */
Source
from the content-addressed store, hash-verified
724
* Load texture from image data.
725
*/
726
RLCPP_NODISCARD ::Texture2D LoadTexture() const { return ::LoadTextureFromImage(*this); }
727
728
/**
729
* Loads a texture from the image data.
Callers
3
main
Function · 0.85
Image.hpp
File · 0.85
Load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected