gl-shader-core
Advanced tools
Comparing version 0.0.3 to 1.0.0
{ | ||
"name": "gl-shader-core", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
"description": "Core implementation of gl-shader without parser dependencies", | ||
@@ -5,0 +5,0 @@ "main": "shader-core.js", |
@@ -10,3 +10,3 @@ "use strict" | ||
this.gl = gl | ||
this.program = prog | ||
this.handle = prog | ||
this.attributes = attributes | ||
@@ -18,3 +18,3 @@ this.types = typeInfo | ||
Shader.prototype.bind = function() { | ||
this.gl.useProgram(this.program) | ||
this.gl.useProgram(this.handle) | ||
} | ||
@@ -21,0 +21,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
19351