MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getName

Method getName

src/main/java/field/graphics/Uniform.java:333–335  ·  view source on GitHub ↗

returns the name that this Uniform is bound to in any shaders above this Perform

()

Source from the content-addressed store, hash-verified

331 public String getName() {
332 return name;
333 }
334
335 /**
336 * returns the type that this Uniform ended up setting (note: this will be null, if the uniform has never been actually sent to OpenGL, or if an error occured doing so). It will be one of Float.class, Vec2.class, Vec3.class etc.
337 */
338 public Class getLastType() {

Callers 15

toStringMethod · 0.95
installReloadWatchMethod · 0.45
onFileChangeMethod · 0.45
saveMethod · 0.45
dispatchLineMethod · 0.45
setMethod · 0.45
toStringMethod · 0.45
getCompletionsForMethod · 0.45
asMap_setMethod · 0.45
getCompletionsForMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected