Add a device method to check if async buffer loading is supported
commit605f68171a0fd6fb7bef7ece5a9ed1a48687d66f
authorChris Robinson <chris.kcat@gmail.com>
Sat, 14 Nov 2015 21:37:46 +0000 (14 13:37 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 14 Nov 2015 21:37:46 +0000 (14 13:37 -0800)
tree9a84e78c9ee61a6e64177ff6f1fd78c9c9126f3e
parent6e69a884567fe3ac50b8aeb4ab32101d89d6eac7
Add a device method to check if async buffer loading is supported

This requires ALC_EXT_thread_local_context on both the device and globally. If
not supported, buffers will load synchronously.
include/AL/alure2.h
src/buffer.cpp
src/buffer.h
src/context.cpp
src/context.h
src/device.cpp
src/device.h