rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Add toArrayBuffer() method to the Resource builtin #155

Closed Duckwhale closed 2 years ago

Duckwhale commented 2 years ago

This allows using the internal buffer with non-idempotent operations, such as turning it into an AudioBuffer (WebAudio API).