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

Function DeckRenderer1

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

Source from the content-addressed store, hash-verified

91182var TRACE_RENDER_LAYERS = "deckRenderer.renderLayers";
91183var DeckRenderer = function() {
91184 function DeckRenderer1(gl) {
91185 (0, _classCallCheckDefault.default)(this, DeckRenderer1);
91186 this.gl = gl;
91187 this.layerFilter = null;
91188 this.drawPickingColors = false;
91189 this.drawLayersPass = new (0, _drawLayersPassDefault.default)(gl);
91190 this.pickLayersPass = new (0, _pickLayersPassDefault.default)(gl);
91191 this.renderCount = 0;
91192 this._needsRedraw = "Initial render";
91193 this.renderBuffers = [];
91194 this.lastPostProcessEffect = null;
91195 this._onError = null;
91196 }
91197 (0, _createClassDefault.default)(DeckRenderer1, [
91198 {
91199 key: "setProps",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected