MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / ~ShaderCompiler

Method ~ShaderCompiler

ZEngine/src/ShaderCompiler.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 ShaderCompiler::~ShaderCompiler() {}
23
24 void ShaderCompiler::SetSource(std::string_view filename) {
25 m_source_file = filename.data();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected