MCPcopy
hub / github.com/visgl/deck.gl / getTexture

Method getTexture

modules/layers/src/icon-layer/icon-manager.ts:353–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351 }
352
353 getTexture(): Texture | null {
354 return this._texture || this._externalTexture;
355 }
356
357 getIconMapping(icon: string | UnpackedIcon): PrepackedIcon {
358 const id = this._autoPacking ? getIconId(icon as UnpackedIcon) : (icon as string);

Callers 2

drawMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected