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

Method translateBoolConstant

src/GLSLCompiler.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 void GLSLCompiler::translateBoolConstant(glsl::astBoolConstant *expression) {
168 m_gen.Function.PushStack((char)expression->value);
169 }
170
171 void GLSLCompiler::translateArraySize(const glsl::vector<glsl::astConstantExpression*> &arraySizes) {
172 for (size_t i = 0; i < arraySizes.size(); i++)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected