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

Method translateArraySize

src/GLSLCompiler.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 void GLSLCompiler::translateArraySize(const glsl::vector<glsl::astConstantExpression*> &arraySizes) {
172 for (size_t i = 0; i < arraySizes.size(); i++)
173 translateExpression(arraySizes[i]);
174 }
175
176 void GLSLCompiler::translateStorage(int storage) {
177 switch (storage) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected