MCPcopy
hub / github.com/CesiumGS/cesium / set

Method set

packages/engine/Source/Renderer/createUniform.js:299–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 }
298
299 set() {
300 if (this.value !== this._value) {
301 this._value = this.value;
302 this._gl.uniform1i(this._location, this.value);
303 }
304 }
305}
306
307///////////////////////////////////////////////////////////////////////////

Callers 4

ShaderProgram.jsFile · 0.45
objectMethod · 0.45
TextureAtlas.jsFile · 0.45
Context.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected