MCPcopy Create free account
hub / github.com/microsoft/SandDance / _getFrameBufferStatus

Function _getFrameBufferStatus

docs/tests/v2/es6/js/sanddance.js:11904–11908  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

11902
11903
11904function _getFrameBufferStatus(status) {
11905 // Use error mapping if installed
11906 var STATUS = Framebuffer.STATUS || {};
11907 return STATUS[status] || "Framebuffer error ".concat(status);
11908}
11909
11910var FRAMEBUFFER_ATTACHMENT_PARAMETERS = [36049, // WebGLRenderbuffer or WebGLTexture
1191136048, // GL.RENDERBUFFER, GL.TEXTURE, GL.NONE

Callers 1

sanddance.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected