mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
New OpenAL programming model:
no context/device fiddling easier initialization
This commit is contained in:
parent
b705ea51d0
commit
866e55ad22
21 changed files with 1123 additions and 1175 deletions
|
|
@ -83,10 +83,6 @@ public class MovingSoundTest extends BasicTest {
|
|||
IntBuffer Env = null;
|
||||
EAXBufferProperties eaxBufferProp = null;
|
||||
|
||||
|
||||
//initialize AL, using ALC
|
||||
alInitialize();
|
||||
|
||||
//initialize keyboard
|
||||
try {
|
||||
Keyboard.create();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue