ShaderPass.js 278 B

12345678910
  1. function ShaderPass() {
  2. }
  3. ShaderPass.prototype.setAttributeArraysFromMesh = function(mesh) {
  4. Polycode.ShaderPass_setAttributeArraysFromMesh(this.__ptr, mesh)
  5. }
  6. ShaderPass.prototype.setExpectedAttributes = function() {
  7. Polycode.ShaderPass_setExpectedAttributes(this.__ptr)
  8. }