MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / setLoopDependency

Method setLoopDependency

glslang/Include/intermediate.h:1258–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256 static const unsigned int dependencyInfinite = 0xFFFFFFFF;
1257 static const unsigned int iterationsInfinite = 0xFFFFFFFF;
1258 void setLoopDependency(int d) { dependency = d; }
1259 int getLoopDependency() const { return dependency; }
1260
1261 void setMinIterations(unsigned int v) { minIterations = v; }

Callers 1

handleLoopAttributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected