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

Method set

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

Source from the content-addressed store, hash-verified

81
82protected:
83 void set(const ::Material& material) {
84 shader = material.shader;
85 maps = material.maps;
86 params[0] = material.params[0];
87 params[1] = material.params[1];
88 params[2] = material.params[2];
89 params[3] = material.params[3];
90 }
91};
92} // namespace raylib
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected