corrode icon indicating copy to clipboard operation
corrode copied to clipboard

provide typedArray extension

Open screeny05 opened this issue 8 years ago • 0 comments

syntactic sugar for:

this
    .buffer('vec3', 12)
    .tap(() => this.vars.vec3 = new Float32Array(this.vars.vec3.buffer))

screeny05 avatar Apr 22 '17 10:04 screeny05