DerelictAL

所属分类:collect
开发工具:D
文件大小:0KB
下载次数:0
上传日期:2017-09-22 03:14:15
上 传 者sh-1993
说明:  D编程语言的OpenAL的动态绑定。,
(A dynamic binding to OpenAL for the D Programming Language.,)

文件列表:
dub.sdl (506, 2017-09-21)
source/ (0, 2017-09-21)
source/derelict/ (0, 2017-09-21)
source/derelict/openal/ (0, 2017-09-21)
source/derelict/openal/al.d (1599, 2017-09-21)
source/derelict/openal/dynload.d (17965, 2017-09-21)
source/derelict/openal/package.d (1404, 2017-09-21)
source/derelict/openal/statfun.d (5889, 2017-09-21)
source/derelict/openal/types.d (7695, 2017-09-21)

DerelictAL ========== A dynamic binding to [OpenAL][1] for the D Programming Language. Please see the sections on [Compiling and Linking][2] and [The Derelict Loader][3], in the Derelict documentation, for information on how to build DerelictAL and load OpenAL at run time. In the meantime, here's some sample code. ```D import derelict.openal.al; void main() { // Load the OpenAL library. DerelictAL.load(); // Now OpenAL functions can be called. ... } ``` [1]: http://www.openal.org/ [2]: http://derelictorg.github.io/building/overview/ [3]: http://derelictorg.github.io/loading/loader/

近期下载者

相关文件


收藏者