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

Function pixelStorei

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

Source from the content-addressed store, hash-verified

59800 return gl.hint(key, value);
59801};
59802var pixelStorei = function pixelStorei(gl, value, key) {
59803 return gl.pixelStorei(key, value);
59804};
59805var drawFramebuffer = function drawFramebuffer(gl, value) {
59806 var target = (0, _utils.isWebGL2)(gl) ? 36009 : 36160;
59807 return gl.bindFramebuffer(target, value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected