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

Method frontNode

glslang/Include/arrays.h:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 TIntermTyped* frontNode() const
116 {
117 assert(sizes != nullptr && sizes->size() > 0);
118 return sizes->front().node;
119 }
120
121 void changeFront(unsigned int s)
122 {

Callers 1

getOuterNodeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected