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

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) {

View File

@@ -7,7 +7,7 @@ import WebGLShader from '../webgl/Shader.js';
/**
* @constructor
* @extends {ol.webgl.Shader}
* @extends {module:ol/webgl/Shader~WebGLShader}
* @param {string} source Source.
* @struct
*/

View File

@@ -7,7 +7,7 @@ import WebGLShader from '../webgl/Shader.js';
/**
* @constructor
* @extends {ol.webgl.Shader}
* @extends {module:ol/webgl/Shader~WebGLShader}
* @param {string} source Source.
* @struct
*/