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

Method Apply

ZEngine/src/BasicMaterial.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 }
10
11 void BasicMaterial::Apply(Shaders::Shader* const shader) {
12 ShaderMaterial::Apply(shader);
13 m_texture->Bind();
14 }
15} // namespace ZEngine::Rendering::Materials

Callers 1

RunMethod · 0.45

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected