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

Method MaterialUnmanaged

include/MaterialUnmanaged.hpp:23–23  ·  view source on GitHub ↗

* Creates a MaterialUnmanaged from an existing Material struct. */

Source from the content-addressed store, hash-verified

21 * Creates a MaterialUnmanaged from an existing Material struct.
22 */
23 MaterialUnmanaged(const ::Material& material) : ::Material(material) {}
24
25 /**
26 * Load default material (Supports: DIFFUSE, SPECULAR, NORMAL maps).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected