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

Function readFramebuffer

docs/tests/v2/es6/js/sanddance.js:5190–5192  ·  view source on GitHub ↗
(gl, value)

Source from the content-addressed store, hash-verified

5188};
5189
5190var readFramebuffer = function readFramebuffer(gl, value) {
5191 return gl.bindFramebuffer(36008, value);
5192}; // Map from WebGL parameter names to corresponding WebGL setter functions
5193// WegGL constants are read by parameter names, but set by function names
5194// NOTE: When value type is a string, it will be handled by 'COMPOSITE_GL_PARAMETER_SETTERS'
5195

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected