Module type for ol.webgl.Vertex
This commit is contained in:
@@ -45,7 +45,7 @@ const WebGLTileLayerRenderer = function(mapRenderer, tileLayer) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {ol.webgl.Vertex}
|
* @type {module:ol/webgl/Vertex~WebGLVertex}
|
||||||
*/
|
*/
|
||||||
this.vertexShader_ = vertex;
|
this.vertexShader_ = vertex;
|
||||||
|
|
||||||
|
|||||||
@@ -229,7 +229,7 @@ WebGLContext.prototype.getShader = function(shaderObject) {
|
|||||||
* the WebGL program, attach the shaders to it, and add an entry to the
|
* the WebGL program, attach the shaders to it, and add an entry to the
|
||||||
* cache.
|
* cache.
|
||||||
* @param {module:ol/webgl/Fragment~WebGLFragment} fragmentShaderObject Fragment shader.
|
* @param {module:ol/webgl/Fragment~WebGLFragment} fragmentShaderObject Fragment shader.
|
||||||
* @param {ol.webgl.Vertex} vertexShaderObject Vertex shader.
|
* @param {module:ol/webgl/Vertex~WebGLVertex} vertexShaderObject Vertex shader.
|
||||||
* @return {WebGLProgram} Program.
|
* @return {WebGLProgram} Program.
|
||||||
*/
|
*/
|
||||||
WebGLContext.prototype.getProgram = function(fragmentShaderObject, vertexShaderObject) {
|
WebGLContext.prototype.getProgram = function(fragmentShaderObject, vertexShaderObject) {
|
||||||
|
|||||||
Reference in New Issue
Block a user