MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / SetSecondTexture

Method SetSecondTexture

ZEngine/src/MixedTextureMaterial.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 void MixedTextureMaterial::SetSecondTexture(Ref<Textures::Texture>& texture) {
17 m_second_texture = texture;
18 }
19
20 void MixedTextureMaterial::SetSecondTexture(Textures::Texture* const texture) {
21 m_second_texture.reset(texture);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected