Remove @extends and @constructor annotations
This commit is contained in:
@@ -21,8 +21,6 @@ import ContextEventType from '../webgl/ContextEventType.js';
|
||||
/**
|
||||
* @classdesc
|
||||
* A WebGL context for accessing low-level WebGL capabilities.
|
||||
*
|
||||
* @extends {module:ol/Disposable}
|
||||
*/
|
||||
class WebGLContext extends Disposable {
|
||||
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
import {FRAGMENT_SHADER} from '../webgl.js';
|
||||
import WebGLShader from '../webgl/Shader.js';
|
||||
|
||||
/**
|
||||
* @extends {module:ol/webgl/Shader}
|
||||
*/
|
||||
class WebGLFragment extends WebGLShader {
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
import {VERTEX_SHADER} from '../webgl.js';
|
||||
import WebGLShader from '../webgl/Shader.js';
|
||||
|
||||
/**
|
||||
* @extends {module:ol/webgl/Shader}
|
||||
*/
|
||||
class WebGLVertex extends WebGLShader {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user