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

Method setString

glslang/MachineIndependent/Scan.h:187–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 void setString(int newString)
188 {
189 logicalSourceLoc.string = newString;
190 loc[getLastValidSourceIndex()].string = newString;
191 logicalSourceLoc.name = nullptr;
192 loc[getLastValidSourceIndex()].name = nullptr;
193 }
194
195 // for #include content indentation
196 void setColumn(int col)

Callers 2

setCurrentStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected