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

Function BufferTransform1

docs/app/js/sanddance-app.js:77302–77313  ·  view source on GitHub ↗
(gl)

Source from the content-addressed store, hash-verified

77300var _webgl = require("@luma.gl/webgl");
77301var BufferTransform = function() {
77302 function BufferTransform1(gl) {
77303 var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
77304 (0, _classCallCheckDefault.default)(this, BufferTransform1);
77305 this.gl = gl;
77306 this.currentIndex = 0;
77307 this.feedbackMap = {};
77308 this.varyings = null;
77309 this.bindings = [];
77310 this.resources = {};
77311 this._initialize(props);
77312 Object.seal(this);
77313 }
77314 (0, _createClassDefault.default)(BufferTransform1, [
77315 {
77316 key: "setupResources",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected