Module type for ol.webgl.Shader

This commit is contained in:
Frederic Junod
2018-03-23 12:13:56 +01:00
parent 6f6b60769c
commit 731c2eddae
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ WebGLContext.prototype.getHitDetectionFramebuffer = function() {
/**
* Get shader from the cache if it's in the cache. Otherwise, create
* the WebGL shader, compile it, and add entry to cache.
* @param {ol.webgl.Shader} shaderObject Shader object.
* @param {module:ol/webgl/Shader~WebGLShader} shaderObject Shader object.
* @return {WebGLShader} Shader.
*/
WebGLContext.prototype.getShader = function(shaderObject) {