Moved errors description above @ignore tag

This commit is contained in:
zekechan 2024-07-17 23:32:12 +08:00
parent 3658cd145f
commit 4332448e9f

View file

@ -6,9 +6,9 @@
var Class = require('../../../utils/Class');
// Possible errors that can be thrown by `gl.checkFramebufferStatus()`.
/**
* @ignore
* Possible errors that can be thrown by `gl.checkFramebufferStatus()`.
* @ignore
*/
var errors = {
36054: 'Incomplete Attachment',