MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / HLSLCompiler

Method HLSLCompiler

src/HLSLCompiler.cpp:258–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 HLSLCompiler::HLSLCompiler()
259 {
260 m_language = Compiler::Language::HLSL;
261 m_isInsideBuffer = false;
262 m_currentFunction = "";
263 m_entryFunction = "";
264 m_isSet = m_usePointer = false;
265 m_caseIfDefault = false;
266 m_caseIfAddr = 0;
267 }
268 HLSLCompiler::~HLSLCompiler()
269 {
270 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected