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

Function readFramebuffer

docs/app/js/sanddance-app.js:59809–59811  ·  view source on GitHub ↗
(gl, value)

Source from the content-addressed store, hash-verified

59807 return gl.bindFramebuffer(target, value);
59808};
59809var readFramebuffer = function readFramebuffer(gl, value) {
59810 return gl.bindFramebuffer(36008, value);
59811};
59812function isArray(array) {
59813 return Array.isArray(array) || ArrayBuffer.isView(array);
59814}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected