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

Method Texture

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

* Explicitly forbid the copy constructor. */

Source from the content-addressed store, hash-verified

19 * Explicitly forbid the copy constructor.
20 */
21 Texture(const Texture&) = delete;
22
23 /**
24 * Explicitly forbid copy assignment.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected