@galacean/engine-rhi-webgl 1.5.0-beta.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -0
- package/dist/module.js.map +1 -1
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -1569,6 +1569,7 @@ var GLBuffer = /*#__PURE__*/ function() {
|
|
|
1569
1569
|
if (!gl.isContextLost()) {
|
|
1570
1570
|
throw new Error("The format of the attachment is not supported or if depth and stencil attachments are not the same renderbuffer");
|
|
1571
1571
|
}
|
|
1572
|
+
break;
|
|
1572
1573
|
case gl.FRAMEBUFFER_INCOMPLETE_MULTISAMPLE:
|
|
1573
1574
|
throw new Error("The values of gl.RENDERBUFFER_SAMPLES are different among attached renderbuffers, or are non-zero if the attached images are a mix of renderbuffers and textures.");
|
|
1574
1575
|
}
|