Closed dmnsgn closed 6 months ago
Only stride is missing now
Actually stride/offset/normalized/divisor are props of attributes ({ buffer: ctx.vertexBuffer(), stride: 6, ... }), not buffer options.
{ buffer: ctx.vertexBuffer(), stride: 6, ... }
Only stride is missing now