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

Method TextureUnmanaged

include/TextureUnmanaged.hpp:26–28  ·  view source on GitHub ↗

* Default texture constructor. */

Source from the content-addressed store, hash-verified

24 * Default texture constructor.
25 */
26 TextureUnmanaged() : ::Texture{0, 0, 0, 0, 0} {
27 // Nothing.
28 }
29
30 /**
31 * Move/Create a texture structure manually.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected