mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Fixed incorrect jsdocs
This commit is contained in:
parent
59698c91e7
commit
e00d12195d
2 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,9 @@ var errors = {
|
|||
* without other systems having to be aware of it.
|
||||
* Always use WebGLFramebufferWrapper instead.
|
||||
*
|
||||
* @method Phaser.Renderer.WebGL.WebGLRenderer#createFramebuffer
|
||||
* @class WebGLFramebufferWrapper
|
||||
* @memberof Phaser.Renderer.WebGL.Wrappers
|
||||
* @constructor
|
||||
* @since 3.80.0
|
||||
*
|
||||
* @param {WebGLRenderingContext} gl - The WebGLRenderingContext to create the WebGLFramebuffer for.
|
||||
|
|
|
@ -17,7 +17,7 @@ var IsSizePowerOfTwo = require('../../../math/pow2/IsSizePowerOfTwo');
|
|||
* without other systems having to be aware of it.
|
||||
* Always use WebGLTextureWrapper instead.
|
||||
*
|
||||
* @class GLTextureWrapper
|
||||
* @class WebGLTextureWrapper
|
||||
* @memberof Phaser.Renderer.WebGL.Wrappers
|
||||
* @constructor
|
||||
* @since 3.80.0
|
||||
|
|
Loading…
Add table
Reference in a new issue