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

Method Load

include/Texture.hpp:69–72  ·  view source on GitHub ↗

* Unload previous texture, then load texture from image data */

Source from the content-addressed store, hash-verified

67 * Unload previous texture, then load texture from image data
68 */
69 void Load(const ::Image& image) {
70 Unload();
71 TextureUnmanaged::Load(image);
72 }
73
74 /**
75 * Unload previous texture, then load cubemap from image.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected