Load Int and UInt samples as float with alBufferData
commit4f624cb734047199d0a46893942054e0a6393b1e
authorChris Robinson <chris.kcat@gmail.com>
Sat, 10 Nov 2012 11:36:37 +0000 (10 03:36 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 10 Nov 2012 11:36:37 +0000 (10 03:36 -0800)
tree23ada4f06443464eea0c2d0dab20e6455633f9f9
parentb03013d6a731750bde633c244de860092f2c7b1a
Load Int and UInt samples as float with alBufferData

This shouldn't really ever happen, as there's no 32-bit (u)int formats
alBufferData can take.
OpenAL32/alBuffer.c