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

Method Material

include/Material.hpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 using MaterialUnmanaged::MaterialUnmanaged;
17
18 Material(const Material&) = delete;
19 Material& operator=(const Material&) = delete;
20
21 Material(Material&& other) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected