Comparing version 1.3.5 to 1.3.6
@@ -0,0 +0,0 @@ var Stream = require('stream') |
@@ -0,0 +0,0 @@ # Release notes |
@@ -0,0 +0,0 @@ # A developer's guide to regl |
@@ -0,0 +0,0 @@ var GL_FLOAT = 5126 |
@@ -0,0 +0,0 @@ var check = require('./util/check') |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ var VARIABLE_COUNTER = 0 |
@@ -0,0 +0,0 @@ var check = require('./util/check') |
@@ -0,0 +0,0 @@ var check = require('./util/check') |
@@ -341,3 +341,4 @@ var check = require('./util/check') | ||
gl.bindFramebuffer(GL_FRAMEBUFFER, framebufferState.next) | ||
gl.bindFramebuffer(GL_FRAMEBUFFER, framebufferState.next ? framebufferState.next.framebuffer : null) | ||
framebufferState.cur = framebufferState.next | ||
@@ -344,0 +345,0 @@ |
@@ -0,0 +0,0 @@ var pool = require('./util/pool') |
@@ -0,0 +0,0 @@ var check = require('./util/check') |
@@ -0,0 +0,0 @@ var check = require('./util/check') |
@@ -0,0 +0,0 @@ var check = require('./util/check') |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ module.exports = function createStringStore () { |
@@ -0,0 +0,0 @@ var check = require('./util/check') |
@@ -0,0 +0,0 @@ var GL_QUERY_RESULT_EXT = 0x8866 |
@@ -0,0 +0,0 @@ // Error checking and parameter validation. |
@@ -0,0 +0,0 @@ /* globals performance */ |
@@ -0,0 +0,0 @@ var extend = require('./extend') |
@@ -0,0 +0,0 @@ module.exports = function (base, opts) { |
@@ -0,0 +0,0 @@ var pool = require('./pool') |
@@ -0,0 +0,0 @@ var isTypedArray = require('./is-typed-array') |
@@ -0,0 +0,0 @@ var isTypedArray = require('./is-typed-array') |
module.exports = function (v) { | ||
return !(v & (v - 1)) && (!!v) | ||
} |
@@ -0,0 +0,0 @@ module.exports = function (x) { |
@@ -0,0 +0,0 @@ module.exports = function loop (n, f) { |
@@ -0,0 +0,0 @@ var loop = require('./loop') |
@@ -0,0 +0,0 @@ /* globals requestAnimationFrame, cancelAnimationFrame */ |
@@ -0,0 +0,0 @@ var pool = require('./pool') |
module.exports = function (obj) { | ||
return Object.keys(obj).map(function (key) { return obj[key] }) | ||
} |
@@ -0,0 +0,0 @@ // Context and canvas creation helper functions |
{ | ||
"name": "regl", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "regl is a fast functional WebGL framework.", | ||
@@ -5,0 +5,0 @@ "main": "dist/regl.js", |
@@ -0,0 +0,0 @@ <div align="center"> |
@@ -0,0 +0,0 @@ var check = require('./lib/util/check') |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49
1146041