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

Method translateIntConstant

src/GLSLCompiler.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 void GLSLCompiler::translateIntConstant(glsl::astIntConstant *expression) {
152 m_gen.Function.PushStack((int)expression->value);
153 }
154
155 void GLSLCompiler::translateUIntConstant(glsl::astUIntConstant *expression) {
156 m_gen.Function.PushStack((int)expression->value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected