MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / toString

Method toString

src/main/java/net/optifine/shaders/Program.java:231–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229 }
230
231 public String toString()
232 {
233 return "name: " + this.name + ", id: " + this.id + ", ref: " + this.ref + ", real: " + this.getRealProgramName();
234 }
235}

Callers 6

getEnumShaderOptionMethod · 0.45
getErrorInfoMethod · 0.45
printIntBufferMethod · 0.45
createVertShaderMethod · 0.45
createGeomShaderMethod · 0.45
createFragShaderMethod · 0.45

Calls 1

getRealProgramNameMethod · 0.95

Tested by

no test coverage detected